Skip to content

Commit cdcd482

Browse files
authored
Fix install instructions (#2)
Go get needs a package, not a URL.
1 parent 7a57b21 commit cdcd482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library exports global variables for NVIDIA and AMD drivers so that they us
1111
## Install
1212

1313
```
14-
go get https://github.com/silbinarywolf/preferdiscretegpu
14+
go get github.com/silbinarywolf/preferdiscretegpu
1515
```
1616

1717
## Requirements

0 commit comments

Comments
 (0)