Skip to content

Commit

Permalink
Update readme (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Aug 1, 2022
1 parent c9e3ab8 commit 934d0bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ website recursively.

## Installation

```
GO111MODULE=on go get -u github.com/raviqqe/muffet/v2
```sh
go get -u github.com/raviqqe/muffet/v2
```

### Homebrew

```
```sh
brew install muffet
```

## Usage

```
```sh
muffet https://shady.bakery.hotland
```

For more information, see `muffet --help`.

### Docker

```
```sh
docker run raviqqe/muffet https://shady.bakery.hotland
```

Expand Down

0 comments on commit 934d0bf

Please sign in to comment.