mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Correct Node.js install instructions (#6077)
This commit is contained in:
parent
51def0eba6
commit
fdd1750ac9
1 changed files with 1 additions and 2 deletions
|
@ -52,9 +52,8 @@ We're looking for maintainers and have some funding available. Please contact J
|
||||||
|
|
||||||
#### Quick install on Debian/Ubuntu
|
#### Quick install on Debian/Ubuntu
|
||||||
|
|
||||||
|
Install the latest Node.js LTS per [official install instructions](https://github.com/nodesource/distributions#installation-instructions), then:
|
||||||
```sh
|
```sh
|
||||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
|
||||||
sudo apt install -y nodejs
|
|
||||||
git clone --branch master https://github.com/ether/etherpad-lite.git &&
|
git clone --branch master https://github.com/ether/etherpad-lite.git &&
|
||||||
cd etherpad-lite &&
|
cd etherpad-lite &&
|
||||||
src/bin/run.sh
|
src/bin/run.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue