We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08536a commit 8ec8b3dCopy full SHA for 8ec8b3d
README.md
@@ -12,11 +12,13 @@ Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
12
Current Thrust Version 0.7.5
13
14
```bash
15
-go get -d github.com/miketheprogrammer/go-thrust
+go get github.com/miketheprogrammer/go-thrust
16
17
-# -d instructs go get not to try to build, after go get, please do following the install instructions
18
-#install deps
+# Install deps
19
go get -v github.com/alexcesaro/log
+
20
+# Install Thrust
21
+go-thrust install
22
```
23
24

0 commit comments