diff --git a/README.md b/README.md index f9a8bc1..5640102 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ KUTU means box in turkish, which is my idea behind implementing this WM. ## Installation & Usage -You need to run `./compile.sh` to built the c library. +You need to run `./compile.sh` to build the c library.
Then add `kutu.rb` to your `~/.xinitrc` file. diff --git a/compile.sh b/compile.sh index 9cc3849..bc09d84 100755 --- a/compile.sh +++ b/compile.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash + set -euo pipefail DIR="$(cd -- "$(dirname -- "$0")" && pwd)"