tpl/aws/README.md in kite-0.0.6 vs tpl/aws/README.md in kite-0.0.7
- old
+ new
@@ -18,12 +18,12 @@
Usage
-----
To deploy a BOSH Director:
- Apply the terraform IaC from `terraform` folder
-- Run `bin/setup_tunnel.sh` to create an SSH CLI tunnel
-- Run `kite render bosh --cloud aws` to render BOSH deployment files
-- Run `bin/bosh_setup.sh` to deploy the BOSH Director
+- Run `source bin/setup-tunnel.sh` to create an SSH CLI tunnel
+- Run `kite render manifest bosh --cloud=aws` to render BOSH deployment files
+- Run `bin/bosh-install.sh` to deploy the BOSH Director
To access BOSH Director information, use bosh -e *bosh_name* env
To connect to Bastion over SSH, use ssh jumpbox@*bastion ip* -i jumpbox.key