We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4a5f2 commit 7df977bCopy full SHA for 7df977b
README.md
@@ -54,13 +54,10 @@ Use a package manager? [Check here](https://github.com/ryanmjacobs/c#packages).
54
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
+$ sudo install -m 755 c /usr/bin/c
58
59
-# Or... for systems that prefer /usr/local/bin (e.g. MacOS)
60
-$ sudo install -Dm 755 c /usr/local/bin/c
61
-
62
-# Alternatively, if "-Dm" is not supported by your version of install:
63
-$ sudo install -m 755 c /path/to/install
+# Or... for systems that prefer /usr/local/bin (e.g. macOS)
+$ sudo install -m 755 c /usr/local/bin/c
64
```
65
66
For your local user only:
0 commit comments