Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
djcas9 committed Apr 16, 2015
1 parent a274661 commit b3a13c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -106,6 +106,22 @@ $ envdb help server

#### Node Client

```
$ envdb help node
usage: envdb [<flags>] node --server=127.0.0.1 [<flags>] <node-name>
Register a new node.
Flags:
-s, --server=127.0.0.1
Address for server to connect to.
-p, --port=PORT Port to use for connection.
Args:
<node-name> A name used to uniquely identify this node.
```

`sudo envdb node --server <ip to server> SomeBoxName`

* That's it - it's really that simple.
Expand Down

0 comments on commit b3a13c4

Please sign in to comment.