Skip to content

Commit b9cdedb

Browse files
committedMay 29, 2018
readme: system/user terminology
1 parent d2590b4 commit b9cdedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Hello World!
5151
## Hooked? Here's how to install it:
5252
Use a package manager? [Check here](https://github.com/ryanmjacobs/c#packages).
5353

54-
For all users:
54+
For the entire system:
5555
```bash
5656
$ wget https://raw.githubusercontent.com/ryanmjacobs/c/master/c
5757
$ sudo install -Dm 755 c /usr/bin/c
@@ -60,7 +60,7 @@ $ sudo install -Dm 755 c /usr/bin/c
6060
$ sudo install -Dm 755 c /usr/local/bin/c
6161
```
6262

63-
Just for a local user:
63+
For your local user only:
6464
```bash
6565
$ wget https://raw.githubusercontent.com/ryanmjacobs/c/master/c
6666
$ sudo install -Dm 755 c ~/.bin/c

0 commit comments

Comments
 (0)
Failed to load comments.