Skip to content

Commit

Permalink
quick and dirty readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedVersion committed Sep 20, 2023
1 parent 035366e commit 587d30b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# export dotenv

I've caught myself prefixing a `local.env`'s lines with `export ` more
times than I'd care to admit ... which this prevents!

## Usage

Put binary on your path from

- Releases
- `git clone` and `cargo build --release`

```console
$ echo 'HELLO=friend' > example.env
$ export-dotenv example.env | source /dev/stdin
```

0 comments on commit 587d30b

Please sign in to comment.