From e520f4092d1158e021dc4180e6779e883b90abd0 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 23 Dec 2020 19:35:15 +0100 Subject: [PATCH] README [skip ci] --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e66552..536329c8 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,20 @@ By default this will install into `/usr/local/bin` (you may need `sudo` for this). To change this, provide the directory name: ``` shell -$ ./install --dir /tmp +$ ./install --dir . ``` To install a specific version, the script also supports `--version`: ``` shell -$ ./install --dir /tmp --version 0.2.1 +$ ./install --dir . --version 0.2.5 +``` + +To force the download of the zip archive to a different directory than `/tmp` +use the `--download-dir` argument: + +``` shell +$ ./install --dir . --version 0.2.5 --download-dir . ``` ### Github releases