fixed a type in README, and patched config.mk
863656d2
2 file(s) · +2 −2
| 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 |
| 1 | 1 | # dwm version |
|
| 2 | - | VERSION = 0.6 |
|
| 2 | + | VERSION = 0.7 |
|
| 3 | 3 | ||
| 4 | 4 | # Customize below to fit your system |
|
| 5 | 5 |