Skip to content

Commit ea98612

Browse files
authored
Update standard.mdx (#39)
1 parent 03a5282 commit ea98612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/setup/standard.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import { Callout } from 'nextra-theme-docs'
9696
To compile a static binary run
9797

9898
```sh
99-
go build
99+
make
100100
```
101101

102102
</Callout>
@@ -291,7 +291,7 @@ Since each service is an individual component it is possible to update just one.
291291
1. Pull latest git changes and compile
292292

293293
```sh
294-
git pull && go build
294+
git pull && make
295295
```
296296

297297
1. Restart service

0 commit comments

Comments
 (0)