File tree 1 file changed +4
-17
lines changed
1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,16 @@ requires your IoT system to run a small daemon in order to use it as a resource.
12
12
13
13
## Build and run
14
14
15
- ** NOTE** : Go version 1.20 is required as a minimum.
16
-
17
- ### Git repository
15
+ ** NOTE** : Go version 1.20 is required as a minimum. For more details, look at
16
+ the [ Go modules documentation] ( https://go.dev/ref/mod ) .
18
17
19
18
If you have cloned this repository, run ` go build ./cmds/sidecore ` to build the
20
19
command, then ` ./sidecore -h ` for help.
21
20
22
- ### Quick start
21
+ ### Quick installation
23
22
24
- To try out the command without explicitly cloning, run:
25
-
26
- ``` sh
27
- go run github.com/u-root/sidecore/cmds/sidecore@latest
28
- ```
29
-
30
- ### Installation
31
-
32
- To build the binary into your local Go bin directory, run:
23
+ To install the binary to your ` $GOBIN ` (commonly ` $HOME/go/bin ` ) directory, run:
33
24
34
25
``` sh
35
26
go install github.com/u-root/sidecore/cmds/sidecore@latest
36
27
```
37
-
38
- ** NOTE** : Ensure to have that bin directory in your ` $PATH ` to run the resulting
39
- binary conveniently. For more details, look at the ` go install ` section in the
40
- [ Go modules documentation] ( https://go.dev/ref/mod#go-install ) .
You can’t perform that action at this time.
0 commit comments