mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
have wget be an alternative to curl for running the installer
This commit is contained in:
parent
886a1d5a42
commit
ee381be8e5
@ -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::
|
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
|
$ wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh
|
||||||
|
Loading…
Reference in New Issue
Block a user