Skip to content

Commit fc0dd51

Browse files
authored
Update README.md
Add `go mod tidy` step so `clue` dependency is downloaded before building.
1 parent 8b56a61 commit fc0dd51

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,13 @@ specification and a client tool.
269269

270270
## 3. Run
271271

272-
Now let's compile and run the service:
272+
First let's make sure that all package dependencies are downloaded:
273+
274+
```bash
275+
go mod tidy
276+
```
277+
278+
Next, let's compile and run the service:
273279

274280
```bash
275281
cd cmd/calc

0 commit comments

Comments
 (0)