Skip to content

Commit e999687

Browse files
authored
readme: shorten quickstart
1 parent c89ec81 commit e999687

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ You can download the latest version of Go [here](https://golang.org/).
6565
```terminal
6666
mkdir my-project
6767
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-
68+
go mod init my-project
7369
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs
7470
```
7571

0 commit comments

Comments
 (0)