Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 1, 2024
1 parent 3939d33 commit c70096a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See: https://williamdurand.fr/xpidump/
Install from GitHub via [cargo][]:

```
$ cargo install --git=https://github.com/willdurand/xpidump --features=cli
cargo install --git=https://github.com/willdurand/xpidump --features=cli
```

A new `xpidump` tool should be available:
Expand All @@ -36,21 +36,21 @@ Options:
## Development

```
$ make bootstrap
make bootstrap
```

### CLI

```
$ make cli-dev xpi=<path to a XPI file>
make cli-dev xpi=<path to a XPI file>
```

### Web App

You can build and run the web app in development mode with the following command:

```
$ make dev
make dev
```

## License
Expand Down

0 comments on commit c70096a

Please sign in to comment.