소스 검색

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
 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):
 
     cp config.default.h config.h

+ 1 - 1
config.mk

@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 0.6
+VERSION = 0.7
 
 # Customize below to fit your system