| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 43f1dc0 commit d6059e8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,15 +15,8 @@ Please see the [Command-line options][] document for more information. | |||
| 15 | 15 | An example of a [web server][] written with Node.js which responds with | |
| 16 | 16 | `'Hello, World!'`: | |
| 17 | 17 | ||
| 18 | - Commands in this document start with `$` or `>` to replicate how they would | ||
| 19 | - appear in a user's terminal. Do not include the `$` and `>` characters. They are | ||
| 20 | - there to show the start of each command. | ||
| 21 | - | ||
| 22 | - Lines that don't start with `$` or `>` character show the output of the previous | ||
| 23 | - command. | ||
| 24 | - | ||
| 25 | 18 | First, make sure to have downloaded and installed Node.js. See | |
| 26 | - [Installing Node.js via package manager][] for further install information. | ||
| 19 | + [Installing Node.js][] for further install information. | ||
| 27 | 20 | ||
| 28 | 21 | Now, create an empty project folder called `projects`, then navigate into it. | |
| 29 | 22 | ||
@@ -90,5 +83,5 @@ If the browser displays the string `Hello, World!`, that indicates | |||
| 90 | 83 | the server is working. | |
| 91 | 84 | ||
| 92 | 85 | [Command-line options]: cli.md#options | |
| 93 | - [Installing Node.js via package manager]: https://nodejs.org/en/download/package-manager/ | ||
| 86 | + [Installing Node.js]: https://nodejs.org/en/download | ||
| 94 | 87 | [web server]: http.md | |
| Back | FazBrowse Home | New Git URL |
0 commit comments