Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Feb 27, 2022
1 parent 8920456 commit fe90107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It can be considered as a counterpart of [GNU env](https://www.gnu.org/software/

```sh
curl -sSL \
"https://github.com/joseluisq/enve/releases/download/v1.3.0/enve_v1.3.0_linux_amd64.tar.gz" \
"https://github.com/joseluisq/enve/releases/download/v1.4.0/enve_v1.4.0_linux_amd64.tar.gz" \
| sudo tar zxf - -C /usr/local/bin/ enve
```

Expand Down Expand Up @@ -62,7 +62,7 @@ enve --output xml
## Options

```
$ enve 1.3.0
$ enve 1.4.0
Run a program in a modified environment using .env files
USAGE:
Expand Down

0 comments on commit fe90107

Please sign in to comment.