Update file README.md

This commit is contained in:
Asterisk 2024-08-27 21:35:41 +00:00
parent 3175518459
commit 5200aa1897

13
README.md Normal file
View 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.