Browse Source

Shorten installation script url (#95)

remotes/origin/add-simple-redirecting-site
Dario Vladović 6 years ago committed by Gal Schlezinger
parent
commit
0a0d2f3053
  1. 4
      README.md

4
README.md

@ -25,7 +25,7 @@
For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh): For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh):
```bash ```bash
curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash curl -fsSL https://github.com/Schniz/fnm/raw/master/.ci/install.sh | bash
``` ```
#### Parameters #### Parameters
@ -41,7 +41,7 @@ Skip appending shell specific loader to shell config file, based on the current
Example: Example:
```bash ```bash
curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash -s -- --install-dir "./.fnm" --skip-shell curl -fsSL https://github.com/Schniz/fnm/raw/master/.ci/install.sh | bash -s -- --install-dir "./.fnm" --skip-shell
``` ```
### Manually ### Manually

Loading…
Cancel
Save