Skip to content

Commit b2631d8

Browse files
authored
Update the install section of the README.md (#551)
1 parent 0c79e3e commit b2631d8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,19 @@ Using `scc` commercially? If you want priority support for `scc` you can purchas
4343

4444
### Install
4545

46-
#### Go Get
46+
#### Go Install
4747

48-
If you are comfortable using Go and have >= 1.17 installed:
48+
You can install `scc` by using the standard go toolchain.
49+
50+
To install the latest stable version of scc:
4951

5052
`go install github.com/boyter/scc/v3@latest`
5153

52-
or bleeding edge with
54+
To install a development version:
55+
56+
`go install github.com/boyter/scc/v3@master`
5357

54-
`go install github.com/boyter/scc@master`
58+
Note that `scc` needs go version >= 1.22.
5559

5660
#### Snap
5761

0 commit comments

Comments
 (0)