aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4415af..24db1d2 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ URL: https://gradecoin.xyz/
4Uses [Zola](http://getzola.org/). 4Uses [Zola](http://getzola.org/).
5 5
6```bash 6```bash
7git submodule init && git submodule update # get the juice theme
7zola serve --open # for local building & testing 8zola serve --open # for local building & testing
8zola build 9zola build
9``` 10```