Skip to content

Commit 7686f62

Browse files
committed
Updated build docs.
1 parent 423bd0f commit 7686f62

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)