Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 21, 2020
1 parent 33cd7fd commit 6f3c7a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/install.md
Expand Up @@ -13,9 +13,13 @@ will install to `/usr/local/bin` by default.

To download and execute the script:

bash <(curl -s https://raw.githubusercontent.com/borkdude/clj-kondo/master/script/install-clj-kondo)
curl -sLO https://raw.githubusercontent.com/borkdude/clj-kondo/master/script/install-clj-kondo
chmod +x install-clj-kondo
./install-clj-kondo

To install to a different directory, append the option `--dir <other-dir>` to the above command.
To install to a different directory, append the option `--dir <dir>` to the
above command. To download to a different directory, append the option
`--download-dir <dir>`.

To upgrade, just run the script again.

Expand Down

0 comments on commit 6f3c7a5

Please sign in to comment.