From b804c6b792b503433a0b8d7f74209cd946730409 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Tue, 14 May 2024 10:12:45 -0500 Subject: [PATCH] Minor documentation fixes --- apps/freenet-ping/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/freenet-ping/README.md b/apps/freenet-ping/README.md index 3147dd2fa..f137015a8 100644 --- a/apps/freenet-ping/README.md +++ b/apps/freenet-ping/README.md @@ -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 @@ -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