Update script paths in README

This commit is contained in:
Tom Wiesing 2020-07-07 15:22:51 +02:00
parent 5c03e736f7
commit ee0d114b08
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -150,7 +150,7 @@ These steps can be performed automatically.
To do so, use:
```bash
sudo bash /factory/provision.sh SLUG
sudo bash /distillery/provision.sh SLUG
```
## Purge an existing WissKI instance -- 'purge.sh'
@ -162,7 +162,7 @@ In particular all parts belonging to it should be removed.
To use it, run:
```bash
sudo bash /factory/purge.sh SLUG
sudo bash /distillery/purge.sh SLUG
```
## Open a shell -- 'shell.sh'
@ -171,7 +171,7 @@ Sometimes manual changes to a given WissKI instance are required.
For this purpose, you can use:
```bash
sudo bash /factory/shell.sh SLUG
sudo bash /distillery/shell.sh SLUG
```
This will open a shell in the provided WissKI instance.