newer way to source env

This commit is contained in:
Dr Nic Williams 2018-03-15 11:42:10 -04:00
parent 8eaf7cbf3d
commit 249409eb62
1 changed files with 1 additions and 3 deletions

View File

@ -90,10 +90,8 @@ is subject to logging and monitoring.
## Deploying BUCC
```plain
export bucc_project_root=envs/bucc
source <(src/bucc/bin/bucc env)
source <(envs/bucc/bin/env)
bucc up --cpi aws --spot-instance
```