Skip to content

Commit

Permalink
Merge pull request #1831 from nodesource/jesus/22-nsolid
Browse files Browse the repository at this point in the history
add nsolid instructions for v22
  • Loading branch information
JesusPaz authored Nov 5, 2024
2 parents 9534379 1e9b23f commit 4ebfd39
Showing 1 changed file with 57 additions and 17 deletions.
74 changes: 57 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 147,7 @@ apt-get install -y curl
```


**Node.js 22.x**:
**Node.js v22.x**:

##### Using Ubuntu (Node.js 22)

Expand All @@ -169,17 169,37 @@ sudo apt-get install -y curl
sudo -E bash nodesource_setup.sh
```

3. **Install Node.js:**
3. **Install N|Solid or Node.js:**
<details>
<summary><b>N|Solid</b></summary>

**Install N|Solid:**

```sh
sudo apt-get install -y nsolid
```

**Verify the installation:**

```sh
nsolid -v
```
</details>
<details>
<summary><b>Node.js</b></summary>

```sh
sudo apt-get install -y nodejs
```
**Install Node.js:**

4. **Verify the installation:**
```sh
sudo apt-get install -y nodejs
```

```sh
node -v
```
**Verify the installation:**

```sh
node -v
```
</details>

##### Using Debian, as root (Node.js 22)

Expand All @@ -201,17 221,37 @@ apt-get install -y curl
bash nodesource_setup.sh
```

3. **Install Node.js:**
3. **Install N|Solid or Node.js:**
<details>
<summary><b>N|Solid</b></summary>

**Install N|Solid:**

```sh
apt-get install -y nsolid
```

**Verify the installation:**

```sh
nsolid -v
```
</details>
<details>
<summary><b>Node.js</b></summary>

```sh
apt-get install -y nodejs
```
**Install Node.js:**

4. **Verify the installation:**
```sh
apt-get install -y nodejs
```

```sh
node -v
```
**Verify the installation:**

```sh
node -v
```
</details>

**Node.js v20.x**:

Expand Down

0 comments on commit 4ebfd39

Please sign in to comment.