crunchbase_ui: add instructions to get analyses too

This commit is contained in:
Aaron Boodman
2015-11-24 11:34:35 -08:00
parent 11b0849984
commit ca77828a0b
+5
View File
@@ -27,4 +27,9 @@
go install $GOROOT/src/github.com/attic-labs/noms/clients/shove
./shove -source-h="https://ds.noms.io" -source-ds="nerdosphere" -sink-ldb="/tmp/nerdosphere" -sink-ds="nerdosphere"</pre>
<h2>Get the analyses</h2>
<pre>go get https://github.com/attic-labs/noms/...
cd $GOROOT/src/github.com/attic-labs/noms/clients/crunchbase_ui</pre>
</body>