Skip to content

Commit e4cc72d

Browse files
Updated readme fetch and install deps
1 parent 4224736 commit e4cc72d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ go-thrust
33
Current Go-Thrust Version 0.3.3
44
Current Thrust Version 0.7.5
55

6+
```bash
7+
go get -d github.com/miketheprogrammer/go-thrust
8+
9+
# -d instructs go get not to try to build, after go get, please do following the install instructions
10+
#install deps
11+
go get -v github.com/alexcesaro/log
12+
```
13+
614
![Logo Thrust](http://i.imgur.com/DwFKI0J.png)
715
Official GoLang Thrust Client for Thrust (https://github.com/breach/thrust)
816

@@ -19,7 +27,9 @@ On Linux/Darwin
1927

2028
Start Go Thrust using source and GoLang runtime
2129
```bash
22-
./install-go-deps.sh #installs current dependencies
30+
#install deps
31+
go get -v github.com/alexcesaro/log
32+
# build tutorials
2333
go build -o tutorial/bin/basic_window tutorial/basic_window.go
2434
go build -o tutorial/bin/basic_menu tutorial/basic_menu.go
2535
go build -o tutorial/bin/basic_menu_events tutorial/basic_menu_events.go

0 commit comments

Comments
 (0)