Compare commits

..

No commits in common. "c19da56ab536acb33a877435f4445b9dc4ebe3ae" and "e9ff47bab60bbc4adeb61a34e13111347357b813" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View File

@ -1,12 +0,0 @@
PREFIX = /usr/local
make:
@echo "usage: make [install|uninstall]"
install:
mkdir -p ${PREFIX}/bin
cp -f udict ${PREFIX}/bin
chmod 755 ${PREFIX}/bin/udict
uninstall:
rm -f ${PREFIX}/bin/udict

View File

@ -10,7 +10,5 @@ meaning, "shaking my head", smh is typically used when something is obvious, pla
``` ```
## Installation ## Installation
> as root
```bash just copy the script to your path
sudo make install
```