Rename contrib/ to helper/

This commit is contained in:
Erik Arvstedt 2019-11-11 18:43:10 +01:00
parent 903ab4a4a8
commit 961e8217a9
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ See [usage.md](usage.md) for usage instructions, such as how to update.
To resize the VM disk image, you can use this helper script from within nix-shell:
```
./contrib/vbox-resize-disk1.sh --help
./helper/vbox-resize-disk1.sh --help
```
----