From db62155f3aed0ce2b08f0cc619e1018d6d561be4 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Fri, 18 Oct 2019 16:38:17 -0700 Subject: [PATCH 1/2] Add official Arch Linux package; change a few words to fit; and fixed a few typos --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 43658e9..ee2f37e 100644 --- a/readme.md +++ b/readme.md @@ -28,13 +28,13 @@ The ` install.sh` script may be run with `-l` or `--lite` to insert the included ### 2. Package managers The follow table lists all systems with this package published. -Fell 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`. +Feel free to add your official package manager. + +> Systems that are based in others' package managers or repositories are compatible. For example: `pacman` based systems are compatible with `Arch Linux`. | System | Command | | ---------- | ---------------------------------------- | -| Arch Linux | `aurman -Ss nano-syntax-highlight` | -| | `aurman -S nano-syntax-highlighting-git` | +| Arch Linux | `pacman -S nano-syntax-highlighting` | ### 3. Clone repo (copy the files) @@ -63,7 +63,7 @@ Again there are three ways: ### 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" >> /etc/nanorc` From 017cccbc7f5c7198fdac873efa323b5725135d55 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Fri, 18 Oct 2019 16:45:33 -0700 Subject: [PATCH 2/2] Fix spacing --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ee2f37e..2aea067 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ Feel free to add your official package manager. | System | Command | | ---------- | ---------------------------------------- | -| Arch Linux | `pacman -S nano-syntax-highlighting` | +| Arch Linux | `pacman -S nano-syntax-highlighting` | ### 3. Clone repo (copy the files)