Skip to content

Commit

Permalink
Update update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Oct 12, 2021
1 parent 923aba9 commit 58affd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/_docs/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ permalink: /docs/update/

## Installed from Homebrew
```
brew upgrade dalfox
brew upgrade dalfox
```

## Installed from snapcraft
```
sudo snap refresh dalfox
sudo snap refresh dalfox
```

## Installed from source(go-get)
## Installed from go
```
go get -v github.com/hahwul/dalfox/v2
go install github.com/hahwul/dalfox/v2@latest
```

## Installed from docker
```
docker pull hahwul/dalfox:latest
docker pull hahwul/dalfox:latest
```

0 comments on commit 58affd7

Please sign in to comment.