mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
use apt instead of apt-get (#3330)
This commit is contained in:
parent
6f979ca1ef
commit
67a4209df9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ If cloning to a subdirectory within another project, you may need to do the foll
|
||||||
|
|
||||||
## GNU/Linux and other UNIX-like systems
|
## GNU/Linux and other UNIX-like systems
|
||||||
You'll need gzip, git, curl, libssl develop libraries, python and gcc.
|
You'll need gzip, git, curl, libssl develop libraries, python and gcc.
|
||||||
- *For Debian/Ubuntu*: `apt-get install gzip git curl python libssl-dev pkg-config build-essential`
|
- *For Debian/Ubuntu*: `apt install gzip git curl python libssl-dev pkg-config build-essential`
|
||||||
- *For Fedora/CentOS*: `yum install gzip git curl python openssl-devel && yum groupinstall "Development Tools"`
|
- *For Fedora/CentOS*: `yum install gzip git curl python openssl-devel && yum groupinstall "Development Tools"`
|
||||||
- *For FreeBSD*: `portinstall node, npm, curl, git (optional)`
|
- *For FreeBSD*: `portinstall node, npm, curl, git (optional)`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue