diff options
author | Yigit Sever | 2022-04-20 22:38:41 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-20 22:38:41 +0300 |
commit | 47f9877fa34a187e332cfa175e4aac5b7b1c8dba (patch) | |
tree | e7ab691599913bd238d0027f4c12f7f0ad1573ee | |
parent | f05230c742908f068a1474e893503f1555b99f1a (diff) | |
download | gradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.tar.gz gradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.tar.bz2 gradecoin-site-47f9877fa34a187e332cfa175e4aac5b7b1c8dba.zip |
Add submodule instructions to readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ URL: https://gradecoin.xyz/ | |||
4 | Uses [Zola](http://getzola.org/). | 4 | Uses [Zola](http://getzola.org/). |
5 | 5 | ||
6 | ```bash | 6 | ```bash |
7 | git submodule init && git submodule update # get the juice theme | ||
7 | zola serve --open # for local building & testing | 8 | zola serve --open # for local building & testing |
8 | zola build | 9 | zola build |
9 | ``` | 10 | ``` |