Skip to content

Commit f68d06d

Browse files
committed
fix: correct Node.js/icp-cli order in BUILD.md files
Fix the install order to list Node.js before icp-cli, consistent with the README prerequisites. Includes hosting BUILD.md files from PR #1303.
1 parent 5d742b2 commit f68d06d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

hosting/my_crypto_blog/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Projects deployed through ICP Ninja are temporary; they will only be live for 30
44

55
### 1. Install developer tools
66

7-
Install [icp-cli](https://cli.icp.build) and [Node.js](https://nodejs.org/en/download/):
7+
Install [Node.js](https://nodejs.org/en/download/) and [icp-cli](https://cli.icp.build):
88

99
```bash
1010
npm install -g @icp-sdk/icp-cli @icp-sdk/ic-wasm

hosting/oisy-signer-demo/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Projects deployed through ICP Ninja are temporary; they will only be live for 30
44

55
### 1. Install developer tools
66

7-
Install [icp-cli](https://cli.icp.build) and [Node.js](https://nodejs.org/en/download/):
7+
Install [Node.js](https://nodejs.org/en/download/) and [icp-cli](https://cli.icp.build):
88

99
```bash
1010
npm install -g @icp-sdk/icp-cli @icp-sdk/ic-wasm

hosting/react/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Projects deployed through ICP Ninja are temporary; they will only be live for 30
44

55
### 1. Install developer tools
66

7-
Install [icp-cli](https://cli.icp.build) and [Node.js](https://nodejs.org/en/download/):
7+
Install [Node.js](https://nodejs.org/en/download/) and [icp-cli](https://cli.icp.build):
88

99
```bash
1010
npm install -g @icp-sdk/icp-cli @icp-sdk/ic-wasm

motoko/backend_only/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Projects deployed through ICP Ninja are temporary; they will only be live for 30
44

55
### 1. Install developer tools
66

7-
Install [icp-cli](https://cli.icp.build) and [Node.js](https://nodejs.org/en/download/):
7+
Install [Node.js](https://nodejs.org/en/download/) and [icp-cli](https://cli.icp.build):
88

99
```bash
1010
npm install -g @icp-sdk/icp-cli @icp-sdk/ic-wasm

rust/backend_only/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Projects deployed through ICP Ninja are temporary; they will only be live for 30
44

55
### 1. Install developer tools
66

7-
Install [icp-cli](https://cli.icp.build) and [Node.js](https://nodejs.org/en/download/):
7+
Install [Node.js](https://nodejs.org/en/download/) and [icp-cli](https://cli.icp.build):
88

99
```bash
1010
npm install -g @icp-sdk/icp-cli @icp-sdk/ic-wasm

0 commit comments

Comments
 (0)