Update file README.md
This commit is contained in:
parent
3175518459
commit
5200aa1897
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# akshara
|
||||||
|
|
||||||
|
A simple system builder and immutability layer.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
To test `akshara`, run the following on a working blendOS install:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
umount -l /usr && sudo mv ./akshara /usr/bin/akshara
|
||||||
|
```
|
||||||
|
|
||||||
|
Replace `./akshara` with wherever your modified copy of `akshara` is.
|
Loading…
Reference in a new issue