mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #121 from divinity76/patch-1
use wget instead of curl for automatic installer
This commit is contained in:
commit
6d5fc37bf4
1 changed files with 4 additions and 0 deletions
|
|
@ -28,3 +28,7 @@ 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