Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Jan 28, 2020
1 parent 9053d9e commit bfb36e9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ PoC of mtail: https://github.com/google/mtail/

# Creating and using a release:

In order to test and create a non final release, run:
In order to test and create a "non final" (dev) release, run:

```
update-blobs.sh
bosh create-release --force
bosh upload-release
# Update or sync blobs
./update-blobs.sh
# Create a dev release
bosh create-release --force --tarball=/tmp/release.tgz
# Upload release to bosh director
bosh -e <bosh-env> upload-release /tmp/release.tgz
```

You can deploy an empty vm with this example manifest to provide
Expand Down

0 comments on commit bfb36e9

Please sign in to comment.