Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Sep 21, 2024
1 parent d75e129 commit 38c7497
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ Useful for monorepos that use a single `.env` file as a source of truth for many

### Via Go tooling

- `go install github.com/tyhopp/lenv` to install the command line executable
- `go install github.com/tyhopp/lenv/cmd/lenv@latest` to install the command line executable
- `go get github.com/tyhopp/lenv` to install as a dependency in your Go project

### Via precompiled binaries

To install and make executable the latest release from GitHub:

```sh
curl -L \
-o /usr/local/bin/lenv \
https://github.com/tyhopp/lenv/releases/latest/download/lenv-linux
chmod +x /usr/local/bin/lenv
curl -L -o lenv https://github.com/tyhopp/lenv/releases/latest/download/lenv-linux-amd64
```

See [Releases](https://github.com/tyhopp/lenv/releases) for all available binaries and versions.
Expand Down

0 comments on commit 38c7497

Please sign in to comment.