have wget be an alternative to curl for running the installer

This commit is contained in:
divinity76 2016-10-14 00:46:08 +02:00 committed by GitHub
parent 886a1d5a42
commit ee381be8e5
1 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@ You can also append the contents of ``~/.nano/nanorc`` into your
Finally, you can run an automatic installer using the following code::
$ curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
or alternatively::
$ wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh