Update README.md

This commit is contained in:
Asterisk 2024-08-28 00:23:28 +00:00
parent 11b62648b1
commit 4057162e15

View file

@ -7,7 +7,7 @@ A simple system builder and immutability layer.
To test a modified copy of `akshara`, run the following on a working blendOS install:
```sh
umount -l /usr && sudo mv ./akshara /usr/bin/akshara
umount -l /usr && sudo mv ./akshara /usr/bin/akshara && sudo chmod +x /usr/bin/akshara
```
Replace `./akshara` with wherever your modified copy of `akshara` is.