Update README.md
This commit is contained in:
parent
11b62648b1
commit
4057162e15
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
To test a modified copy of `akshara`, run the following on a working blendOS install:
|
||||||
|
|
||||||
```sh
|
```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.
|
Replace `./akshara` with wherever your modified copy of `akshara` is.
|
Loading…
Reference in a new issue