diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-18 11:53:32 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-24 04:04:55 -1000 |
commit | ae249a900fae8d046744699145cbca83f11512a5 (patch) | |
tree | ca0e5197350845fe6adfeb14dc97e6647b5894f6 | |
parent | d9f531b374da4dc36b523a7f6db2de9706a2e111 (diff) | |
download | poky-ae249a900fae8d046744699145cbca83f11512a5.tar.gz |
contributor-guide: use "apt" instead of "aptitude"
As used in the rest of the manual.
(From yocto-docs rev: c68954d905f01f6cc4f7c8ceb90e77cf9068e639)
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.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 289ec1383c..86f73c1dd0 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:: |