Skip to content

Commit 2f2cfec

Browse files
committed
Update go get instructions in README
Adding `-v` so new users will have more helpful output if they run into an issue. Also removing the manual dependency retrieval, it's not needed. `go get` will also fetch dependencies.
1 parent 5513ab3 commit 2f2cfec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
1212
Current Thrust Version 0.7.5
1313

1414
```bash
15-
go get github.com/miketheprogrammer/go-thrust
16-
17-
# Install deps
18-
go get -v github.com/alexcesaro/log
15+
# Fetch go-thrust (lib and command)
16+
go get -v github.com/miketheprogrammer/go-thrust
1917

2018
# Install Thrust
2119
go-thrust install

0 commit comments

Comments
 (0)