bundle exec
This commit is contained in:
parent
17aa35c4b1
commit
c4ea68a050
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue