Fix DESIGN.md link, and etcd installation instruction.

This commit is contained in:
Deyuan Deng
2014-11-02 20:13:43 -05:00
parent 21ff53c70b
commit 7f6580dbea
3 changed files with 5 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
## Getting started locally
### Requirements
### Requirements
#### Linux
@@ -12,7 +12,7 @@ At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. En
#### etcd
You need an [etcd](https://github.com/coreos/etcd) somewhere in your path. Get the [latest release](https://github.com/coreos/etcd/releases/) and place it in `/usr/bin`.
You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``.
### Starting the cluster