Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/bot/setup_debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install git curl and sudo
apt update && apt install -y git curl sudo
```

install node 20 from the node source repo, the full instructions can be found at https://github.com/nodesource/distributions
install node 20 from the node source repo, the full instructions can be found at [https://github.com/nodesource/distributions](https://github.com/nodesource/distributions)

```shell
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
Expand Down