From ee381be8e5891501af0a18d75edf5252294a6330 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Fri, 14 Oct 2016 00:46:08 +0200 Subject: [PATCH] have wget be an alternative to curl for running the installer --- Readme.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.rst b/Readme.rst index d80f66f..9189200 100644 --- a/Readme.rst +++ b/Readme.rst @@ -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