fix(README): cleanup wording on first etcd run

release-0.4
Brandon Philips 2013-08-08 17:04:00 -07:00
parent 488a254af8
commit 3de81f9f57
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ To build etcd run the build script. This will generate a binary in the base dire
These examples will use a single node cluster to show you the basics of the etcd REST API. Lets start etcd:
```sh
./etcd
./etcd -d node0
```
This will bring up a node, which will be listening on internal port 7001 (for server communication) and external port 4001 (for client communication)
This will bring up an etcd node listening on port 4001 for client communication and on port 7001 for server-to-server communication. The `-d node0` argument tells etcd to write node configuration, logs and snapshots to the `./node0/` directory.
#### Setting the value to a key