Update installation.md

pull/184/head
Šimon Let 3 years ago committed by GitHub
parent 4cc3bc544c
commit 856da7eaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      installation.md

@ -8,9 +8,9 @@ Feel free to check the `rawinstall.sh` script before running it.
curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawinstall.sh | sh curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawinstall.sh | sh
``` ```
You will need to have `curl` and `tar` installed. You will need to have `curl` and `tar` installed.
## Clone & Install ## Clone & install
```sh ```sh
git clone https://github.com/curusarn/resh.git git clone https://github.com/curusarn/resh.git
@ -38,7 +38,8 @@ reshctl update
## Disabling RESH ## Disabling RESH
If you have a persistent issue with RESH you can temporarily disable it and then enable it later. If you have a persistent issue with RESH you can temporarily disable it and then enable it later.
You won't lose your history nor configuration.
You won't lose your history nor configuration.
Go to `~/.zshrc` and `~/.bashrc` and comment out following lines: Go to `~/.zshrc` and `~/.bashrc` and comment out following lines:
```sh ```sh
@ -52,7 +53,8 @@ You can re-enable RESH by uncommenting the lines above or by re-installing it.
## Uninstallation ## Uninstallation
You can uninstall RESH by running: `rm -rf ~/.resh/`. You can uninstall RESH by running: `rm -rf ~/.resh/`.
Restart all open terminals after uninstall!
Restart all open terminals after uninstall!
### Installed files ### Installed files

Loading…
Cancel
Save