From f4af09eb34abceb354b1f2816dbb7d66077937ec Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sun, 5 Oct 2025 20:08:42 +0100 Subject: [PATCH] Grammar fixes --- README.md | 2 +- compile.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)"