puter/README.md
2024-03-08 22:46:46 +01:00

12 lines
251 B
Markdown

# ❄️ puter
This is my NixOS configuration. There are many like it, but this one is mine. Copy at your own risk.
## Partitioning
```bash
curl -O https://raw.githubusercontent.com/lukaswrz/puter/main/part
chmod +x part
./part /path/to/device
```