1
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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