bundle exec

This commit is contained in:
Lorin Werthen 2016-06-09 20:20:22 +02:00
parent 17aa35c4b1
commit c4ea68a050

View file

@ -16,3 +16,11 @@ In another session:
```bash
bundle exec nanoc view
```
## Deploying
Ask your local sysadmin for SSH access. Afterwards run
```bash
bundle exec nanoc deploy --target public
```