From 6d7ba3c74dc05b8b20db38243ccfd6a08238c75c Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Thu, 8 Aug 2024 22:51:43 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a099435..baff734 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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