Skip to content

Commit f66ed2f

Browse files
authored
readme: go get
1 parent 2a0d19c commit f66ed2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ The old code is also still available in the [`v1` branch](https://github.com/mar
4141
```terminal
4242
mkdir my-project
4343
cd my-project
44+
4445
go mod init github.com/<YOUR_GITHUB_USER>/my-project
4546
# the module name (github.com/<YOUR_GITHUB_USER>/my-project) can always be changed later
4647
# you can also put example.com/my-project or anything else if you don't plan to publish your project
48+
49+
go get -u github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs
4750
```
4851

4952
3. Create a `main.go` file with the example below

0 commit comments

Comments
 (0)