From 66a7c3d0c0ddd89e7720938df0b824c678cd32fb Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 28 May 2020 12:47:00 -0400 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index ef333f3..5db6dab 100644 --- a/readme.md +++ b/readme.md @@ -11,13 +11,13 @@ There are three ways to install this repo. Copy the following code to download and run the installer script: ```sh -curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh +curl https://raw.githubusercontent.com/termermc/nanorc/master/install.sh | sh ``` If your machine doesn't have `curl` command, use this code: ```sh -wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh +wget https://raw.githubusercontent.com/termermc/nanorc/master/install.sh -O- | sh ``` #### Note @@ -46,12 +46,12 @@ For readability will use `$install_path` for the path of your choose (in *system For user, only run: -`git clone git@github.com:scopatz/nanorc.git $install_path` or -`git clone https://github.com/scopatz/nanorc.git $install_path` +`git clone git@github.com:termermc/nanorc.git $install_path` or +`git clone https://github.com/termermc/nanorc.git $install_path` For system wide, run: -`sudo git clone https://github.com/scopatz/nanorc.git $install_path` +`sudo git clone https://github.com/termermc/nanorc.git $install_path` ## Configuration