Skip to content

Commit be6e1a6

Browse files
Updated Readme
1 parent a09ecd2 commit be6e1a6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
go-thrust
22
=========
3+
Current Version 0.2.0
34

45
Official GoLang Thrust Client for Thrust (https://github.com/breach/thrust) to be used in Breach.cc(http://breach.cc) via Official Go Implementation @ (http://github.com/miketheprogrammer/breach-go).
56

@@ -17,14 +18,19 @@ run ./Thrust or the absolute path to the executable
1718
Start Go Thrust using source and GoLang runtime
1819
```bash
1920
./install-go-deps.sh #installs current dependencies
20-
make build.release
21-
cd release/go-thrust/
22-
./Thrust
21+
mkdir -f release/
22+
mkdir -f release/go-thrust
23+
go build -o release/go-thrust/Thrust demo.go
24+
./release/go-thrust/Thrust -basedir=./release/go-thrust
2325
```
2426

2527
Command Line Switches
2628
========================
2729
```bash
30+
-basedir=string (DEMO ONLY)
31+
#where you want the core files to be stored.
32+
#on initial run, all files
33+
2834
#LOGGING
2935
#Inherits Switches from http://godoc.org/github.com/alexcesaro/log/stdlog
3036
#Added below for ease, but for up to date info visit the page.

0 commit comments

Comments
 (0)