Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao authored Aug 20, 2023
1 parent 10598aa commit f073b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/javascript/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The networking API in WasmEdge is non-blocking and hence supports asynchronous I

## Prerequisites

Make sure that [you have Rust and WasmEdge installed](../setup.md). To make HTTPS requests, install the [WasmEdge TLS plug-in](../../../start/install.md#tls-plug-in).
[Install WasmEdge](../../../start/install.md). To make HTTPS requests, install the [WasmEdge TLS plug-in](../../../start/install.md#tls-plug-in).

Then, [install WasmEdge-QuickJS](./hello_world#prerequisites). Make sure that the `modules` directory is located in your local directory where you want to execute the `wasmedge` command.
[Install WasmEdge-QuickJS](./hello_world#prerequisites). Make sure that the `modules` directory is located in your local directory where you want to execute the `wasmedge` command.

## Fetch client

Expand Down

0 comments on commit f073b12

Please sign in to comment.