akshara/README.md

15 lines
428 B
Markdown
Raw Normal View History

2024-08-27 16:35:41 -05:00
# akshara
A simple system builder and immutability layer.
## Development
2024-08-27 16:36:37 -05:00
To test a modified copy of `akshara`, run the following on a working blendOS install:
2024-08-27 16:35:41 -05:00
```sh
2024-08-27 19:23:28 -05:00
umount -l /usr && sudo mv ./akshara /usr/bin/akshara && sudo chmod +x /usr/bin/akshara
2024-08-27 16:35:41 -05:00
```
2024-08-27 19:41:45 -05:00
Replace `./akshara` with wherever your modified copy of `akshara` is.
**ANY CHANGES TO `/usr/bin/akshara` WILL BE REVERTED AFTER EVERY UPDATE!**