Skip to content

Commit

Permalink
Merge pull request #539 from hahwul/update-doc
Browse files Browse the repository at this point in the history
📝 Update installation instructions for dalfox
  • Loading branch information
hahwul authored Mar 26, 2024
2 parents d92bb03 + 890681f commit 2fa7631
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ And the various options required for the testing :D

## How to Install
### Using homebrew (macos)
```
brew tap hahwul/dalfox
```bash
brew install dalfox

# https://formulae.brew.sh/formula/dalfox
```

### Using snapcraft (ubuntu)
Expand Down
4 changes: 3 additions & 1 deletion docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Homebrew is the package manager for MacOS(or linux). On devices using homebrew,
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```

### Install dalfox
```shell
brew tap hahwul/dalfox
brew install dalfox

# https://formulae.brew.sh/formula/dalfox
```

## Using Snapcraft
Expand Down

0 comments on commit 2fa7631

Please sign in to comment.