mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Merge branch 'develop' of https://github.com/ether/etherpad-lite into develop
This commit is contained in:
commit
e9f77e06a9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Etherpad is a really-real time collaborative editor scalable to thousands of sim
|
|||
```
|
||||
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
git clone git://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/run.sh
|
||||
git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/run.sh
|
||||
```
|
||||
|
||||
## GNU/Linux and other UNIX-like systems
|
||||
|
|
Loading…
Reference in a new issue