README.md fixes.
This commit is contained in:
parent
7009ec02d5
commit
16a0d05579
|
@ -6,9 +6,9 @@ Set of scripts to drop to `/usr/local/bin` or `~/.local/bin`.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Copy
|
# Copy
|
||||||
sudo cp src/* /usr/local/bin/
|
sudo cp bin/* /usr/local/bin/
|
||||||
|
|
||||||
# Restrict changing by the user owning a repo
|
# Restrict changes
|
||||||
chown root:root /usr/local/bin/*
|
chown root:root /usr/local/bin/*
|
||||||
|
|
||||||
# (optional, if needed) Making sure scripts are executable
|
# (optional, if needed) Making sure scripts are executable
|
||||||
|
|
Loading…
Reference in a new issue