Skip to content

Commit

Permalink
thanks pnutz
Browse files Browse the repository at this point in the history
  • Loading branch information
sambattalio committed Oct 2, 2020
1 parent d4d9453 commit 362927f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install: chad_stride
install -m 755 chad_stride $(PREFIX)/bin/chad_stride
mkdir -p $(PREFIX)/share/man/man1
install -m644 chad_stride.1 $(PREFIX)/share/man/man1/chad_stride.1
ln -s $(PREFIX)/bin/chad_stride $(PREFIX)/bin/cs
ln -sf $(PREFIX)/bin/chad_stride $(PREFIX)/bin/cs

uninstall:
rm -f $(PREFIX)/bin/chad_stride
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ make
make install
```

You can install to a custom `PREFIX` by doing the following:
```
make PREFIX=~/.local install
```


**Uninstall:**
```
make uninstall
Expand Down

0 comments on commit 362927f

Please sign in to comment.