We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46507c7 commit e66bab2Copy full SHA for e66bab2
README.md
@@ -319,16 +319,12 @@ time age_secs battery id name pressure source type
319
320
## Development
321
322
-The software can be built with standard Go tooling:
323
-
324
-```bash
325
-go build -o deflux cmd/deflux/main.go
326
-```
+The software can be built with standard Go tooling (`go build`).
327
328
You can cross-compile for Raspberry Pi 4 by setting `GOARCH` and `GOARM`:
329
330
```bash
331
-GOOS=linux GOARCH=arm GOARM=7 go build -o deflux cmd/deflux/main.go
+GOOS=linux GOARCH=arm GOARM=7 go build
332
```
333
334
A pre-commit hook is available to check for linting errors before each commit. You need to install the hook after
cmd/deflux/main.go renamed to main.go
0 commit comments