Skip to content

Commit a14d7cd

Browse files
authored
Update Readme.md to match the new repo location
1 parent 6b046e6 commit a14d7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following instructions assume that you already installed [Go](https://golang
2727

2828
```powershell
2929
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
3131
```
3232

3333
##### 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
3939
##### Linux [(more info)](https://github.com/therecipe/qt/wiki/Installation-on-Linux)
4040

4141
```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
4343
```
4444

4545
Resources

0 commit comments

Comments
 (0)