diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
| commit | 1d94cfcf04b8d4ce97fdd738e085911713dbe494 (patch) | |
| tree | b299019ec58e49f6d048e99f15709f27d7de14ed /example/README | |
| parent | Update e-mail (diff) | |
| download | dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.gz dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.bz2 dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | example/README | 10 |
1 files changed, 5 insertions, 5 deletions
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. |
