aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-04-20 22:38:41 +0300
committerYigit Sever2022-04-20 22:38:41 +0300
commit47f9877fa34a187e332cfa175e4aac5b7b1c8dba (patch)
treee7ab691599913bd238d0027f4c12f7f0ad1573ee
parentf05230c742908f068a1474e893503f1555b99f1a (diff)
downloadgradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.tar.gz
gradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.tar.bz2
gradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.zip
Add submodule instructions to readme
-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```