Skip to content

Commit 700d0f0

Browse files
authored
Update build instructions
1 parent a6e5497 commit 700d0f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Require go version >=1.12 , so make sure your `go version` is okay
1818
$ git clone https://github.com/MoonSHRD/p2chat
1919
$ cd p2chat
2020
$ go mod tidy
21-
$ go get -v -d ./... # not sure that it's neccessary
2221
$ make
2322
```
24-
Builded binary will be in `./cmd/`
23+
24+
If you have trouble with go mod, then you can try clean source building
25+
```
26+
$ go get -v -d ./... # not sure that it's neccessary
27+
```
28+
Builded binary will be in `./cmd/`

0 commit comments

Comments
 (0)