Skip to content

Commit

Permalink
📝 Update installation instructions for dalfox
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Mar 25, 2024
1 parent d92bb03 commit 890681f
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 890681f

Please sign in to comment.