You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,19 @@ Feel free to add your official package manager.
46
46
47
47
The files should be placed inside of the `~/.nano/` directory.
48
48
49
-
You can put the files in another directory inside the correct `.nano` folder.
50
-
For example: `~/.nano/nanorc/`.
51
-
For readability will use `$install_path` for the path of your choose (in *system wide* the path is always `/usr/share/nano-syntax-highlighting/`).
49
+
You may put the files to a different directory, for example to `~/.nano/nanorc/`.
50
+
For readability, we use `$install_path` to represent the path of your choice (in *system wide* the path is always `/usr/share/nano-syntax-highlighting/`).
52
51
53
-
For user, only run:
52
+
For single user, run:
54
53
55
-
`git clone [email protected]:galenguyer/nano-syntax-highlighting.git $install_path` or
0 commit comments