summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwm/README.SBo')
-rw-r--r--desktop/dwm/README.SBo8
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/dwm/README.SBo b/desktop/dwm/README.SBo
index b21499496b..02b71b4bea 100644
--- a/desktop/dwm/README.SBo
+++ b/desktop/dwm/README.SBo
@@ -11,14 +11,12 @@ SlackBuild script.
Example:
-$ cd dwm-5.5
+$ tar xvf dwm-5.7.2.tar.gz
+$ cd dwm-5.7.2
$ cp config.def.h config.h
$ vi config.h
[make customizations]
-$ diff -u config.h config.def.h >> ../patches/config.patch
+$ diff -u config.def.h config.h > ../patches/config.patch
$ cd ..
$ sh dwm.SlackBuild
-
-
-