diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/Makefile | 2 | ||||
| -rw-r--r-- | example/README | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/example/Makefile b/example/Makefile index 0df1ef6..d6d0b05 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,3 +1,5 @@ +.POSIX: + all: dict.pdf dict.pdf: dict.tex diff --git a/example/README b/example/README index 9e12b3a..90dace4 100644 --- a/example/README +++ b/example/README @@ -1,8 +1,8 @@ Step 1) cd into this directory. Step 2) Run `make`. -Step 3) If ~/.config/dlu already exists move it. -Step 4) Run `ln -s ~/.config/dlu .`. -Step 5) You can know run ../dlu.py. -Step 6) Run `rm ~/.config/dlu` +Step 3) If ~/.config/dlu already exists, move it. +Step 4) Run `ln -s -- ~/.config/dlu .`. +Step 5) You can now run ../dlu.py. +Step 6) Run `rm -- ~/.config/dlu`. Step 7) If ~/.config/dlu already existed, restore it. -Step 8) If ~/.config/dlu didn't exist, install dlu and set it up. +Step 8) If ~/.config/dlu did not exist, install dlu and set it up. |
