Browse Source

change README.md

shao 2 weeks ago
parent
commit
bd7064eaed
1 changed files with 10 additions and 1 deletions
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -1 +1,10 @@
-DR Resource Server
+DR Resource Server
+
+#### env
+- golang 1.24
+- postgres14
+
+#### run
+```shell
+go run main.go run
+```