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 +```