From 665671d1288d83db67c9fad603231e76af7c50d1 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 17 Jan 2024 19:06:07 -0600 Subject: [PATCH] doc copy --- docs/src/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorial.md b/docs/src/tutorial.md index 1ce4de99a..29e780590 100644 --- a/docs/src/tutorial.md +++ b/docs/src/tutorial.md @@ -30,7 +30,7 @@ tools: cargo install freenet fdev ``` -This command will install `fdev` (Freenet development tool) and a working Freenet kernel that can +This command will install `fdev` (Freenet development tool) and a working Freenet peer that can be used for local development. ### Add WebAssembly target @@ -42,14 +42,14 @@ rustup target add wasm32-unknown-unknown ### Node.js and TypeScript To build user interfaces in JavaScript or TypeScript, you need to have Node.js -and npm installed. On Linux or Mac: +and npm installed. For example on Ubuntu Linux: ```bash sudo apt update sudo apt install nodejs npm ``` -For Windows, you can download Node.js and npm from [here](https://nodejs.org/en/download/). +For Mac or Windows, you can download Node.js and npm from [here](https://nodejs.org/en/download/). Once Node.js and npm are installed, you can install TypeScript globally on your system, which includes the `tsc` command: