mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 05:30:08 +02:00
Update readme.md
This commit is contained in:
parent
97ecb61e7f
commit
66a7c3d0c0
10
readme.md
10
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user