From 2bd656a4200cd837627a31276294943d60d070e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sun, 5 Sep 2021 12:59:42 +0900 Subject: [PATCH] Add go install It is required to install go modules. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 576ea18..9627d8b 100644 --- a/README.md +++ b/README.md @@ -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