1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-10-01 15:46:17 -04:00

readme: remove https:// scheme from go get command (#110)

This commit is contained in:
Robin Eklind 2019-11-07 22:32:30 -06:00 committed by Tim Sarbin
parent ae619db363
commit e26946bd35

View File

@ -19,7 +19,7 @@ ALL OTHER TRADEMARKS ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS.
## Building ## Building
To pull the project down, run `go get https://github.com/OpenDiablo2/OpenDiablo2` To pull the project down, run `go get github.com/OpenDiablo2/OpenDiablo2`
On windows this folder will most likely be in `C:\users\(you)\go\src\github.com\essial\OpenDiablo2` On windows this folder will most likely be in `C:\users\(you)\go\src\github.com\essial\OpenDiablo2`