Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Aug 30, 2023
1 parent e1a8780 commit 8d02d77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ bogrep "reed-solomon code"
![Bogrep mockup](/assets/mockup.png)

- [Install Bogrep](#install-bogrep)
- [Install Bogrep from crates.io](#install-bogrep-from-cratesio)
- [Install Bogrep from github.com](#install-bogrep-from-githubcom)
- [Usage](#usage)
- [Import bookmarks](#import-bookmarks)
- [Firefox](#firefox)
Expand All @@ -20,6 +22,15 @@ bogrep "reed-solomon code"

## Install Bogrep

### Install Bogrep from [crates.io](https://crates.io/crates/bogrep)

``` bash
# Build and install bogrep binary to ~/.cargo/bin
cargo install bogrep
```

### Install Bogrep from [github.com](https://github.com/quambene/bogrep)

``` bash
git clone [email protected]:quambene/bogrep.git
cd bogrep
Expand Down

0 comments on commit 8d02d77

Please sign in to comment.