Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ as you switch in and out of the directory.
1. Do the BOSH dance:

cd ~/workspace/cf-release
bosh create release --force
bosh -n upload release
bosh create release --force &&
bosh -n upload release &&
bosh -n deploy

1. Generate and target diego's manifest:
Expand All @@ -210,8 +210,8 @@ as you switch in and out of the directory.

1. Dance some more:

bosh create release --force
bosh -n upload release
bosh create release --force &&
bosh -n upload release &&
bosh -n deploy

Now you can either run the DATs or deploy your own app.
Expand Down