puter/README.md

12 lines
229 B
Markdown
Raw Normal View History

2024-02-04 20:51:11 +00:00
# ✨ puter ✨
This is my NixOS configuration. There are many like it, but this one is mine.
## Partitioning
```bash
curl -O https://raw.githubusercontent.com/lukaswrz/puter/main/part
chmod +x part
./part /path/to/device
```