Update readme.md

This commit is contained in:
Ian 2020-05-28 12:47:00 -04:00 committed by GitHub
parent 97ecb61e7f
commit 66a7c3d0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ There are three ways to install this repo.
Copy the following code to download and run the installer script: Copy the following code to download and run the installer script:
```sh ```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: If your machine doesn't have `curl` command, use this code:
```sh ```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 #### Note
@ -46,12 +46,12 @@ For readability will use `$install_path` for the path of your choose (in *system
For user, only run: For user, only run:
`git clone git@github.com:scopatz/nanorc.git $install_path` or `git clone git@github.com:termermc/nanorc.git $install_path` or
`git clone https://github.com/scopatz/nanorc.git $install_path` `git clone https://github.com/termermc/nanorc.git $install_path`
For system wide, run: 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 ## Configuration