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 0c79e3e commit b2631d8Copy full SHA for b2631d8
README.md
@@ -43,15 +43,19 @@ Using `scc` commercially? If you want priority support for `scc` you can purchas
43
44
### Install
45
46
-#### Go Get
+#### Go Install
47
48
-If you are comfortable using Go and have >= 1.17 installed:
+You can install `scc` by using the standard go toolchain.
49
+
50
+To install the latest stable version of scc:
51
52
`go install github.com/boyter/scc/v3@latest`
53
-or bleeding edge with
54
+To install a development version:
55
56
+`go install github.com/boyter/scc/v3@master`
57
-`go install github.com/boyter/scc@master`
58
+Note that `scc` needs go version >= 1.22.
59
60
#### Snap
61
0 commit comments