README
changeset 170 697715541a25
parent 166 e0535db04dfe
child 172 af781faa40d6
equal deleted inserted replaced
169:acab3fd106d2 170:697715541a25
    11 Installation
    11 Installation
    12 ------------
    12 ------------
    13 Edit config.mk to match your local setup (dwm is installed into
    13 Edit config.mk to match your local setup (dwm is installed into
    14 the /usr/local namespace by default).
    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 necessary as root):
    17 necessary as root):
    18 
    18 
    19     cp config.default.h config.h
    19     cp config.default.h config.h
    20     make clean install
    20     make clean install
    21 
    21