We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2590b4 commit b9cdedbCopy full SHA for b9cdedb
README.md
@@ -51,7 +51,7 @@ Hello World!
51
## Hooked? Here's how to install it:
52
Use a package manager? [Check here](https://github.com/ryanmjacobs/c#packages).
53
54
-For all users:
+For the entire system:
55
```bash
56
$ wget https://raw.githubusercontent.com/ryanmjacobs/c/master/c
57
$ sudo install -Dm 755 c /usr/bin/c
@@ -60,7 +60,7 @@ $ sudo install -Dm 755 c /usr/bin/c
60
$ sudo install -Dm 755 c /usr/local/bin/c
61
```
62
63
-Just for a local user:
+For your local user only:
64
65
66
$ sudo install -Dm 755 c ~/.bin/c
0 commit comments