summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-12-18 11:53:32 +0100
committerSteve Sakoman <steve@sakoman.com>2024-01-27 08:09:48 -1000
commit1e3f7444bac400c7aa00ce76f1f7ea80f7867c55 (patch)
tree1447d7abbe593a66ad31ebc896b1bd6817fe0ae2
parent87f57b7ee0608151f72a18b6b7eef65e49796641 (diff)
downloadpoky-1e3f7444bac400c7aa00ce76f1f7ea80f7867c55.tar.gz
contributor-guide: use "apt" instead of "aptitude"
As used in the rest of the manual. (From yocto-docs rev: dc4a34572bc92b1b69c024c8bdf8816cff6f8db7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/contributor-guide/submit-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 5a6136c8c8..95728c25c6 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -57,7 +57,7 @@ Set up Git
57The first thing to do is to install Git packages. Here is an example 57The first thing to do is to install Git packages. Here is an example
58on Debian and Ubuntu:: 58on Debian and Ubuntu::
59 59
60 sudo aptitude install git-core git-email 60 sudo apt install git-core git-email
61 61
62Then, you need to set a name and e-mail address that Git will 62Then, you need to set a name and e-mail address that Git will
63use to identify your commits:: 63use to identify your commits::