浏览代码

fixed a type in README, and patched config.mk

arg@10ksloc.org 19 年之前
父节点
当前提交
863656d2bc
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README
  2. 1 1
      config.mk

+ 1 - 1
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 - 1
config.mk

@@ -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