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