Skip to content

Commit

Permalink
Update readme, fixes #319
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Aug 8, 2020
1 parent 46c4ba7 commit 800ab3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ all: install
install:
echo "Installing ${VERSION}"
${ENVS} go install ${FLAGS} ./cmd/minify
. cmd/minify/bash_completion
source cmd/minify/bash_completion

release:
TAG=$(shell git describe --tags --exact-match 2> /dev/null);
Expand Down
7 changes: 4 additions & 3 deletions cmd/minify/README.md
Expand Up @@ -12,13 +12,14 @@ Run the following command
mkdir $HOME/src
cd $HOME/src
git clone https://github.com/tdewolff/minify.git
cd minify/cmd/minify
./install.sh
cd minify
make install

and the `minify` command will be in `$GOPATH/bin` or `$HOME/go/bin`.

You can enable bash tab completion by executing
If you do not have `make`, instead run the following lines to install `minify` and enable bash tab completion:

go install ./cmd/minify
source minify_bash_tab_completion

### Arch Linux
Expand Down

0 comments on commit 800ab3f

Please sign in to comment.