Skip to content

Commit

Permalink
Fix rendering of installation docs
Browse files Browse the repository at this point in the history
Fixes an issue in the rendering of the installation documentation that causes the verify step to look strange.
  • Loading branch information
jniles committed Mar 3, 2024
1 parent 5b4e4b7 commit 56a8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/for-developers/installing-bhima.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ NODE_MAJOR=20
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
sudo apt-get update
sudo apt-get install nodejs
```

# Verify that nodejs and npm are installed as expected
npm --version
node --version
```

```bash
# Installs yarn without re-installing NodeJS
Expand Down

0 comments on commit 56a8c9b

Please sign in to comment.