Add go install

It is required to install go modules.
This commit is contained in:
Benoît S
2021-09-05 12:59:42 +09:00
committed by GitHub
parent 5eb4bf83f3
commit 2bd656a420

View File

@@ -133,7 +133,9 @@ brew install dlib libheif
Then run the following commands:
```bash
cd ./api && go run server.go
cd ./api
go install
go run server.go
```
### Start UI server