docs: update readme

This commit is contained in:
liburdi 2024-09-26 18:55:19 +08:00
parent 45e218dd5b
commit 5be1139c1a
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docke
```bash
git clone EMAIL:usual2970/certimate.git
cd certimate
go mod vendor
go run main.go serve
```

View File

@ -56,6 +56,7 @@ git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docke
```bash
git clone EMAIL:usual2970/certimate.git
cd certimate
go mod vendor
go run main.go serve
```