diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-18 11:53:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:34:05 +0000 |
commit | 120ac9aa8bf23c05d68b9d3f74c62e56264daa00 (patch) | |
tree | ce234ab5b9bf1ac746831db28b41ccc2bd990cd7 /documentation/contributor-guide | |
parent | b11e3aa995f8590a6da73f1df2c76797bc747ead (diff) | |
download | poky-120ac9aa8bf23c05d68b9d3f74c62e56264daa00.tar.gz |
contributor-guide: use "apt" instead of "aptitude"
As used in the rest of the manual.
(From yocto-docs rev: 5a5dfc446bb62568da50056660d18c5c309d1051)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/contributor-guide')
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 |
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 | |||
57 | The first thing to do is to install Git packages. Here is an example | 57 | The first thing to do is to install Git packages. Here is an example |
58 | on Debian and Ubuntu:: | 58 | on Debian and Ubuntu:: |
59 | 59 | ||
60 | sudo aptitude install git-core git-email | 60 | sudo apt install git-core git-email |
61 | 61 | ||
62 | Then, you need to set a name and e-mail address that Git will | 62 | Then, you need to set a name and e-mail address that Git will |
63 | use to identify your commits:: | 63 | use to identify your commits:: |