[DOC] Added README.md for generating assets
Ho-Sheng Hsiao committed
Mar 30, 2015 at 22:53 UTC
1984274b54205392f3fab4428a4782fc0a70ff30
1 file changed
+13
assets/README.md
new
+13
@@ -0,0 +1,13 @@
1
+# Assets loaded in with IPFS
2
+
3
+## Generating docs
4
+
5
+Do not edit the .go files directly.
6
+
7
+Instead, edit the source files and use `go2doc` from within the
8
+assets directory:
9
+
10
+```
11
+go get github.com/whyrusleeping/doc2go
12
+go generate
13
+```