File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The following instructions assume that you already installed [Go](https://golang
27
27
28
28
``` powershell
29
29
set GO111MODULE=off
30
- go get -v github.com/therecipe /qt/cmd/... && for /f %v in ('go env GOPATH') do %v\bin\qtsetup test && %v\bin\qtsetup -test=false
30
+ go get -v github.com/StarAurryon /qt/cmd/... && for /f %v in ('go env GOPATH') do %v\bin\qtsetup test && %v\bin\qtsetup -test=false
31
31
```
32
32
33
33
##### macOS [ (more info)] ( https://github.com/therecipe/qt/wiki/Installation-on-macOS )
@@ -39,7 +39,7 @@ export GO111MODULE=off; xcode-select --install; go get -v github.com/therecipe/q
39
39
##### Linux [ (more info)] ( https://github.com/therecipe/qt/wiki/Installation-on-Linux )
40
40
41
41
``` bash
42
- export GO111MODULE=off; go get -v github.com/therecipe /qt/cmd/... && $( go env GOPATH) /bin/qtsetup test && $( go env GOPATH) /bin/qtsetup -test=false
42
+ export GO111MODULE=off; go get -v github.com/StarAurryon /qt/cmd/... && $( go env GOPATH) /bin/qtsetup test && $( go env GOPATH) /bin/qtsetup -test=false
43
43
```
44
44
45
45
Resources
You can’t perform that action at this time.
0 commit comments