From a081ea0797d789997c118c068eade1318a8fb6e8 Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Wed, 6 Feb 2019 10:34:55 +0200 Subject: [PATCH] Add installation steps to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6cec1b7..7a9a105 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ ## Installation +### Using a script + +For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh): + +```bash +curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash +``` + +### Manually + * Download the [latest release binary](https://github.com/Schniz/fnm/releases) for your system * Make it available globally on `$PATH` * Add the following line to your `.bashrc`/`.zshrc` file: