Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored May 14, 2024
1 parent c6ba14a commit b804c6b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions apps/freenet-ping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ And every 1.5 seconds, the application will fetch the latest names from host, an

## Prerequisites

- Install the latest version of Rust and Cargo (for Windows
- If necessary install the latest version of Rust and Cargo (for Windows
see [here](https://rustup.rs/)):

```bash
Expand All @@ -19,11 +19,17 @@ And every 1.5 seconds, the application will fetch the latest names from host, an
sudo apt-get install libssl-dev libclang-dev pkg-config
```

- Ensure you're in the same directory as this file, from the root of the `freenet-core` repository:
```bash
cd apps/freenet-ping
```
- Install the Freeenet development tool (fdev) and a working Freenet kernel that can be used for local development. Use cargo to install it:
```bash
cargo install ../../crates/core
cargo install ../../crates/fdev
cargo install --path ../../crates/core
cargo install --path ../../crates/fdev
```
- Add WebAssembly target
Expand Down

0 comments on commit b804c6b

Please sign in to comment.