fixed a type in README, and patched config.mk 863656d2
arg@10ksloc.org · 2006-08-02 17:12 2 file(s) · +2 −2
README +1 −1
13 13
Edit config.mk to match your local setup (dwm is installed into
14 14
the /usr/local namespace by default).
15 15
16 -
Afterwards enter the following command to build and install dwm (if
16 +
Afterwards enter the following commands to build and install dwm (if
17 17
necessary as root):
18 18
19 19
    cp config.default.h config.h
config.mk +1 −1
1 1
# dwm version
2 -
VERSION = 0.6
2 +
VERSION = 0.7
3 3
4 4
# Customize below to fit your system
5 5