fix make and add license contributions

This commit is contained in:
Night Kaly 2024-02-18 21:46:10 +00:00
parent b96af06a3d
commit febb828136
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE
2 changed files with 7 additions and 1 deletions

View file

@ -31,7 +31,7 @@ install: all
cp -f rush ${DESTDIR}${PREFIX}/bin
chmod 755 ${DESTDIR}${PREFIX}/bin/rush
mkdir -p ${DESTDIR}${MANPREFIX}/man1
cp -f rush.1 ${DESTDIR}${MANPREFIX}/man1
sed "s/VERSION/${VERSION}/g" < rush.1 > ${DESTDIR}${MANPREFIX}/man1/rush.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/rush.1
uninstall:

View file

@ -64,6 +64,12 @@ $ ./rush
- Underline file path if it exists `echo -e "\033[4mabc\033[0m"`
- Aliases
# Contributions
Contributions are welcomed, feel free to open a pull request.
# License
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/rush/blob/master/LICENSE) for more information.
## Credits
- [Tutorial - Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
- [dash](https://github.com/danishprakash/dash)