Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 8, 2024
1 parent 319edc5 commit 6d7ba3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ $ chmod +x $HOME/bin/shdotenv
```console
$ git clone https://github.com/ko1nksm/shdotenv.git
$ cd shdotenv
$ make build
$ make
$ make install PREFIX=$HOME
```

**Full build**
**Full build (test and generate a small build)**

A full build requires requires [shfmt](https://github.com/mvdan/sh), [shellcheck](https://github.com/koalaman/shellcheck) and [shellspec](https://github.com/shellspec/shellspec).

```console
$ git clone https://github.com/ko1nksm/shdotenv.git
$ cd shdotenv
$ make MINIFY=true
$ make all MINIFY=true
$ make install PREFIX=$HOME
```

Expand Down Expand Up @@ -159,7 +159,7 @@ eval (shdotenv -f fish [OPTION]...)
This is similar to `export`, `env` and `printenv` commands, but quoting correctly and exports only portable environment variable name that are valid as identifier for POSIX shell.

```text
shdotenv export [-n | -p] [NAME]...
shdotenv [OPTION]... export [OPTION]... [NAME]...
```

## How to work with docker
Expand Down

0 comments on commit 6d7ba3c

Please sign in to comment.