fixed a type in README, and patched config.mk
This commit is contained in:
parent
f1a34ae1e4
commit
863656d2bc
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -13,7 +13,7 @@ Installation
|
||||||
Edit config.mk to match your local setup (dwm is installed into
|
Edit config.mk to match your local setup (dwm is installed into
|
||||||
the /usr/local namespace by default).
|
the /usr/local namespace by default).
|
||||||
|
|
||||||
Afterwards enter the following command to build and install dwm (if
|
Afterwards enter the following commands to build and install dwm (if
|
||||||
necessary as root):
|
necessary as root):
|
||||||
|
|
||||||
cp config.default.h config.h
|
cp config.default.h config.h
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# dwm version
|
# dwm version
|
||||||
VERSION = 0.6
|
VERSION = 0.7
|
||||||
|
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue