Grammar fixes
This commit is contained in:
@@ -17,7 +17,7 @@ KUTU means box in turkish, which is my idea behind implementing this WM.
|
|||||||
|
|
||||||
## Installation & Usage
|
## 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>
|
<br>
|
||||||
Then add `kutu.rb` to your `~/.xinitrc` file.
|
Then add `kutu.rb` to your `~/.xinitrc` file.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
|
DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
|
||||||
|
|||||||
Reference in New Issue
Block a user