Merge pull request #504 from benpro/patch-1

Add go install
This commit is contained in:
Viktor Strate Kløvedal
2021-09-06 17:29:58 +02:00
committed by GitHub

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