From 67a4209df9e6ef8fec1665a366e0632c7cc1eb06 Mon Sep 17 00:00:00 2001 From: sevu Date: Wed, 28 Feb 2018 10:53:13 +0100 Subject: [PATCH] use apt instead of apt-get (#3330) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c146aee..d0d224334 100644 --- a/README.md +++ b/README.md @@ -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 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 FreeBSD*: `portinstall node, npm, curl, git (optional)`