simplistic readme

This commit is contained in:
Solene Rapenne 2022-08-15 17:03:46 +02:00
parent ff7064ea6d
commit efafcb8788
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# nixpkgs-mirror-tarballs
To download sources required to build `git` and `kakoune`:
```
./run.sh git kakoune
```
If you want to use a different nixpkgs version than the one in your system:
```
./run.sh -f ~/path/to/nixpkgs/ git kakoune
```