From 6e5e8096144631c68de762e32d72d469d259c687 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 4 Apr 2023 22:46:41 +0800 Subject: [PATCH] Update README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0143ea9..a20106a6 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# Gitea Docusaurus \ No newline at end of file +# Gitea Docusaurus + +## How to build + +```shell +make clean +make build +``` + +## Development + +```shell +make clean +make serve +```