README [skip ci]
This commit is contained in:
parent
85fde995f0
commit
e520f4092d
1 changed files with 9 additions and 2 deletions
11
README.md
11
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue