Skip to content

Commit

Permalink
readme: use apt(8) on debian
Browse files Browse the repository at this point in the history
apt-get(8) has been replaced with apt(8) on Debian stable.
  • Loading branch information
andreastt committed Feb 2, 2017
1 parent ddc0771 commit 0ce18db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
#### On Debian-based Linuxes

``` sh
sudo apt-get install git curl freeglut3-dev autoconf \
sudo apt install git curl freeglut3-dev autoconf \
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
gperf g++ build-essential cmake virtualenv python-pip \
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
Expand Down

0 comments on commit 0ce18db

Please sign in to comment.