Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
0d003e7748
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,3 +1,11 @@
 # Caddy
 
-web server with automatic HTTPS written in Go
+web server with automatic HTTPS written in Go
+
+## Develop
+
+```
+$ git clone "https://github.com/caddyserver/caddy.git"
+$ cd caddy/cmd/caddy/
+$ go build
+```