This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch refactor-ui
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
The following commit(s) were added to refs/heads/refactor-ui by this push:
new 06641ab update README
06641ab is described below
commit 06641abb3845cf4ca5622d65cb8dee97a08ee874
Author: jiacai2050 <[email protected]>
AuthorDate: Tue Aug 20 17:22:12 2024 +0800
update README
---
README.md | 12 ++++++++++++
go.mod | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21f97bb..1205788 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,18 @@ This repository stores all the source files of [HoraeDB docs
website](https://ap
**All files are written in standard markdown.**
+## How to run
+
+```bash
+# Download dependencies
+hugo mod get
+
+# Start a local server for preview
+hugo serve
+```
+
+By default hugo will listen on http://localhost:1313
+
## Contributing
Welcome any contributions from the community. You can
diff --git a/go.mod b/go.mod
index 5e6bb04..89da8c9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/me/my-new-site
+module github.com/apache/horaedb-docs
go 1.22
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]