summaryrefslogtreecommitdiff
path: root/user/tlecarrour/porting_guide_for_dummies.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-04-12 02:33:48 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-04-12 02:33:48 +0200
commitbcf061abf932f9adf243554c22185d323f5ff2ea (patch)
treedd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /user/tlecarrour/porting_guide_for_dummies.mdwn
parent56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff)
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'user/tlecarrour/porting_guide_for_dummies.mdwn')
-rw-r--r--user/tlecarrour/porting_guide_for_dummies.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/tlecarrour/porting_guide_for_dummies.mdwn b/user/tlecarrour/porting_guide_for_dummies.mdwn
index 772be2bb..fe297102 100644
--- a/user/tlecarrour/porting_guide_for_dummies.mdwn
+++ b/user/tlecarrour/porting_guide_for_dummies.mdwn
@@ -27,12 +27,12 @@ Test on Hurd
### Installing the required files
-As `apt-get source` will download and extract many files, you may want to create a dedicated folder for the package and work from there.
+As `apt source` will download and extract many files, you may want to create a dedicated folder for the package and work from there.
mkdir PACKAGE
cd PACKAGE
- sudo apt-get build-dep PACKAGE
- apt-get source PACKAGE
+ sudo apt build-dep PACKAGE
+ apt source PACKAGE
### Trying to build the package