Skip to content

Commit

Permalink
Add installation instruction fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Dec 21, 2023
1 parent 0b7302d commit a371000
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ _Work in progress_
rustup target add wasm32-unknown-unknown
```

3. Install Trunk, WASM bundlind tool
3. Install native dependencies, for Ubuntu/Debian:
```console
cargo install --locked trunk
sudo apt install build-essential pkg-config libssl-dev libpcap-dev
```

4. Make sure to have `libpcap` installed, for Ubuntu:
4. Install Trunk, WASM bundling tool
```console
sudo apt install libpcap-dev
cargo install --locked trunk
```

5. Install RTPeeker
```console
cargo install --locked --git https://github.com/LVala/rtpeeker rtpeeker
cargo install --locked --git https://github.com/LVala/rtpeeker --branch easier-install rtpeeker
```

5. Run the app
6. Run the app
```console
rtpeeker --help
```
Expand Down

0 comments on commit a371000

Please sign in to comment.