Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Sep 29, 2021
1 parent 58ccf09 commit 06de244
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,25 @@ And the various options required for the testing :D

## How to Install
### From source
**go1.17**
```
▶ GO111MODULE=on go install github.com/hahwul/dalfox/v2@latest
go install github.com/hahwul/dalfox/v2@latest
```

**go1.16**
```
GO111MODULE=on go get github.com/hahwul/dalfox/v2
```

### Using homebrew (macos)
```
brew tap hahwul/dalfox
brew install dalfox
brew tap hahwul/dalfox
brew install dalfox
```

### Using snapcraft (ubuntu)
```
sudo snap install dalfox
sudo snap install dalfox
```

More information? please read [Installation guide](https://dalfox.hahwul.com/docs/installation/)
Expand Down

0 comments on commit 06de244

Please sign in to comment.