Skip to content

Commit 23956a1

Browse files
committed
docs(README): denote make build as optional
It's only necessary when making code changes.
1 parent a24a3fe commit 23956a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ $ export DOCKER_HOST=tcp://172.17.8.100:4243
5555
$ export FLEETCTL_TUNNEL=172.17.8.100
5656
```
5757

58-
## Build Deis
58+
## Optional: Build Deis
5959

60-
Use `make pull` to download cached layers from the public Docker Index. Then use `make build` to assemble all of the Deis components from Dockerfiles. Grab some coffee while it builds the images on each VM (it can take a while).
60+
If you'd like to build Deis from source instead of using the pre-built public Dockerfiles, use `make build` to build each component from its Dockerfile. Grab some coffee while it builds the images on each VM (it can take a while).
61+
If you're not testing code changes for Deis, it's faster just to skip to the next step.
6162

6263
```console
63-
$ make pull
6464
$ make build
6565
```
6666

6767
## Run Deis
6868

69-
Use `make run` to start all Deis containers and attach to their log output. This can take some time - the registry service will pull and prepare a Docker image. Grab some more coffee!
69+
Use `make run` to start all Deis components. This can take some time - the registry service will pull and prepare a large Docker image. Grab some more coffee!
7070

7171
```console
7272
$ make run

0 commit comments

Comments
 (0)