Update README.md

This commit is contained in:
Aaron Boodman
2016-06-01 16:53:02 -07:00
parent 15a22e16da
commit 7d532b653c

View File

@@ -17,9 +17,14 @@ noms serve ldb:/tmp/nomsdb:counter
Then, in a separate shell:
```
# This starts where the previous count left off because we're serving the same database
./counter http://localhost:8000:counter
# Display the datasets at this server
noms ds http://localhost:8000
# Print the history of the counter dataset
noms log http://localhost:8000:counter
```
## About