From c75e630b1be3e3b13e3065b783c0aaa60a7eb73c Mon Sep 17 00:00:00 2001 From: kaernyk Date: Fri, 20 Jun 2014 14:23:58 -0400 Subject: [PATCH] add alternate cloning method Upon first try I recived a permission denied msg when attempting to clone the repository. For ease of use when future users attempt to use this repository, I've added an alternative method as a backup. --- Readme.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.rst b/Readme.rst index c9f257f..61f3bfb 100644 --- a/Readme.rst +++ b/Readme.rst @@ -8,6 +8,11 @@ These should be placed inside of the ``~/.nano/`` directory. Alternatively:: git clone git@github.com:scopatz/nanorc.git ~/.nano + +*Note - if you have any issues, alternatively use:: + + git clone https://github.com/scopatz/nanorc.git ~/.nano + Once there you should add the languages you want to your nano configuration file ``~/.nanorc``. For example::