mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
have wget be an alternative to curl for running the installer
This commit is contained in:
parent
886a1d5a42
commit
ee381be8e5
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue