1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

Add official Arch Linux package; change a few words to fit; and fixed a few typos

This commit is contained in:
Hunter Peavey 2019-10-18 16:38:17 -07:00
parent f71033167d
commit db62155f3a
No known key found for this signature in database
GPG Key ID: 546BFAE445159FFC

View File

@ -28,13 +28,13 @@ The ` install.sh` script may be run with `-l` or `--lite` to insert the included
### 2. Package managers ### 2. Package managers
The follow table lists all systems with this package published. The follow table lists all systems with this package published.
Fell free to add your official package manager. Feel free to add your official package manager.
> Systems that are based in others' package managers or repositories are compatible. For example: `pacman/aur` based systems are compatible with `Arch Linux`.
> Systems that are based in others' package managers or repositories are compatible. For example: `pacman` based systems are compatible with `Arch Linux`.
| System | Command | | System | Command |
| ---------- | ---------------------------------------- | | ---------- | ---------------------------------------- |
| Arch Linux | `aurman -Ss nano-syntax-highlight` | | Arch Linux | `pacman -S nano-syntax-highlighting` |
| | `aurman -S nano-syntax-highlighting-git` |
### 3. Clone repo (copy the files) ### 3. Clone repo (copy the files)
@ -63,7 +63,7 @@ Again there are three ways:
### 1. Include all ### 1. Include all
Append the content of the folder in one line, with wildcard:: Append the content of the folder in one line, with wildcard:
`echo "include $install_path/*.nanorc" >> ~/.nanorc` or `echo "include $install_path/*.nanorc" >> ~/.nanorc` or
`echo "include $install_path/*.nanorc" >> /etc/nanorc` `echo "include $install_path/*.nanorc" >> /etc/nanorc`