Skip to content

Commit 466b689

Browse files
author
Gabriel Monroy
committed
docs(readme): add hack instructions to readme, remove newline
1 parent 27860be commit 466b689

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ Your Deis installation should now be accessible at `deis.local3.deisapp.com`.
7373

7474
For clusters on other platforms see our guide to [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/).
7575

76-
## Testing the cluster
77-
78-
Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder.
79-
8076
## Install the Deis Client
8177

8278
If you're using the latest Deis release, use `pip install --upgrade deis` to install the latest [Deis Client](https://pypi.python.org/pypi/deis/) or download [pre-compiled binaries](https://github.com/deis/deis/tree/master/client#get-started).
@@ -178,6 +174,14 @@ $ deis logs
178174

179175
Use `deis run` to execute one-off commands and explore the deployed container. Coming soon: `deis attach` to jump into a live container.
180176

177+
## Testing the cluster
178+
179+
Integration tests and corresponding documentation can be found under the [`tests/`](tests/) folder.
180+
181+
## Hacking on Deis
182+
183+
Learn how to [hack on Deis](http://docs.deis.io/en/latest/contributing/hacking/) with a Docker-based development workflow.
184+
181185
## Troubleshooting
182186

183187
Common issues that users have run into when provisioning Deis are detailed below.

includes.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ define echo_yellow
1111
endef
1212

1313
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
14-
1514
DOCKER_HOST = $(shell echo $$DOCKER_HOST)
1615
REGISTRY = $(shell echo $$DEIS_REGISTRY)
1716
GIT_SHA = $(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)