diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
commit | bcf061abf932f9adf243554c22185d323f5ff2ea (patch) | |
tree | dd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /contributing.mdwn | |
parent | 56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff) | |
download | web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.gz web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.bz2 web-bcf061abf932f9adf243554c22185d323f5ff2ea.zip |
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 9cd38da3..97203b4b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -186,9 +186,9 @@ First run the hurd in [[qemu|hurd/running/qemu#index1h2]] After you have a Hurd vm set up and running: -* `apt-get update` -* `apt-get install -y git mercurial emacs vim` -* `apt-get build-dep -y hurd gnumach` +* `apt update` +* `apt install -y git mercurial emacs vim` +* `apt build-dep -y hurd gnumach` * `git clone git://git.sv.gnu.org/hurd/hurd.git` * `git clone git://git.sv.gnu.org/hurd/gnumach.git` * `git clone git://git.sv.gnu.org/hurd/incubator.git` |