1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

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>
This commit is contained in:
Michael Opdenacker
2023-12-18 11:53:32 +01:00
committed by Steve Sakoman
parent 87f57b7ee0
commit 1e3f7444ba
@@ -57,7 +57,7 @@ Set up Git
The first thing to do is to install Git packages. Here is an example The first thing to do is to install Git packages. Here is an example
on Debian and Ubuntu:: on Debian and Ubuntu::
sudo aptitude install git-core git-email sudo apt install git-core git-email
Then, you need to set a name and e-mail address that Git will Then, you need to set a name and e-mail address that Git will
use to identify your commits:: use to identify your commits::