Skip to content

Commit

Permalink
Fix build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Oct 7, 2023
1 parent a7b82bb commit e3d0ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If you would like to build the binaries yourself, you will require Go 1.21 (may
work with earlier versions, but this is untested).

```
go build -o modem-stats sh-stats/*.go
go build -o modem-stats main.go
```

For other architectures, extra options will need to be provided.
Expand Down

0 comments on commit e3d0ae4

Please sign in to comment.