forked from crony/udict
Compare commits
No commits in common. "6888fc5ace560cf20ec3c25cdfce8179441b6dfb" and "652969ed2f7a7cf05337ba4725df5d0ecf4b45fe" have entirely different histories.
6888fc5ace
...
652969ed2f
12
Makefile
12
Makefile
@ -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
|
@ -6,11 +6,9 @@ Simple script that uses simple dictionary to get the most liked/correct definiti
|
||||
|
||||
```bash
|
||||
$ udict smh
|
||||
meaning, "shaking my head", smh is typically used when something is obvious, plain old stupid, or disappointment.
|
||||
meaning, "[shaking my head]", smh is typically used when something is obvious, [plain old stupid], or [disappointment].
|
||||
```
|
||||
|
||||
## Installation
|
||||
> as root
|
||||
```bash
|
||||
sudo make install
|
||||
```
|
||||
|
||||
just copy the script to your path
|
||||
|
Loading…
Reference in New Issue
Block a user