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 c89ec81 commit e999687Copy full SHA for e999687
README.md
@@ -65,11 +65,7 @@ You can download the latest version of Go [here](https://golang.org/).
65
```terminal
66
mkdir my-project
67
cd my-project
68
-
69
-go mod init github.com/<YOUR_GITHUB_USER>/my-project
70
-# the module name (github.com/<YOUR_GITHUB_USER>/my-project) can always be changed later
71
-# you can also put example.com/my-project or anything else if you don't plan to publish your project
72
+go mod init my-project
73
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs
74
```
75
0 commit comments