Browse Source

update `README.md` build instructions

Jeffrey Morgan 1 year ago
parent
commit
4a36f374a2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -67,8 +67,7 @@ ollama run storyteller "Once upon a time"
 ## Building
 
 ```
-go generate ./...
-go build .
+make
 ```
 
 To run it start the server: