File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -112,18 +112,17 @@ are running:
112112# Build
113113
114114* Install latest version of golang (www.golang.org )
115- * Use the following command :
115+ * Clone the repo :
116116
117- ` go get github.com/sandflysecurity/sandfly-entropyscan`
117+ ` git clone https:// github.com/sandflysecurity/sandfly-entropyscan.git `
118118
119- * Or clone the repo under your Golang src directory.
120- * Go into the repo directory and build it with instructions below.
119+ * Go into the repo directory and build it:
121120
122- ## Basic Build
121+ ` go build `
123122
124- On the system architecture you want to compile for, copy the sources under your Golang src directory and run :
123+ * Run the binary with your options :
125124
126- ` go build `
125+ ` ./sandfly-entropyscan `
127126
128127## Build Scripts
129128
You can’t perform that action at this time.
0 commit comments