Grammar fixes

This commit is contained in:
2025-10-05 20:08:42 +01:00
parent da0af70b1e
commit f4af09eb34
2 changed files with 2 additions and 1 deletions

View File

@@ -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.
<br>
Then add `kutu.rb` to your `~/.xinitrc` file.

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd -- "$(dirname -- "$0")" && pwd)"