From 15dc8541bfcd3cca9d94d500d4e80e27c84b2457 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Tue, 15 Dec 2015 06:32:12 -0500 Subject: [PATCH] Updated Readme with correct URL --- Readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.rst b/Readme.rst index 2958ca4..d2d98ac 100644 --- a/Readme.rst +++ b/Readme.rst @@ -27,4 +27,4 @@ You can also append the contents of ``~/.nano/nanorc`` into your Finally, you can run an automatic installer using the following code:: - $ curl https://github.com/scopatz/nanorc/raw/installer.sh | sh + $ curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh