Skip to content

Commit 8ec8b3d

Browse files
author
Francis Bouvier
committed
Update README
Signed-off-by: Francis Bouvier <francis.bouvier@xerus-technologies.fr>
1 parent f08536a commit 8ec8b3d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
1212
Current Thrust Version 0.7.5
1313

1414
```bash
15-
go get -d github.com/miketheprogrammer/go-thrust
15+
go get github.com/miketheprogrammer/go-thrust
1616

17-
# -d instructs go get not to try to build, after go get, please do following the install instructions
18-
#install deps
17+
# Install deps
1918
go get -v github.com/alexcesaro/log
19+
20+
# Install Thrust
21+
go-thrust install
2022
```
2123

2224
![Logo Thrust](http://i.imgur.com/DwFKI0J.png)

0 commit comments

Comments
 (0)