X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=883ddd1832534efead6c3629fadf8dfd5844327a;hp=1f4be0a4f8eb15f4ca1a0a108c87d3b6bb2a3f21;hb=b515765216c46246358256da6098ea2c07a93c84;hpb=85e6d5995663a48d402b96bebf00b319cca5d322 diff --git a/README b/README index 1f4be0a..883ddd1 100644 --- a/README +++ b/README @@ -16,13 +16,9 @@ the /usr/local namespace by default). Afterwards enter the following command to build and install dwm (if necessary as root): + cp config.default.h config.h make clean install -If you want to use a customized config.h, you can use the following -command for installing dwm: - - make CONFIG=.h clean install - Running dwm -----------