mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
d9f531b374
commit
ae249a900f
@@ -57,7 +57,7 @@ Set up Git
|
||||
The first thing to do is to install Git packages. Here is an example
|
||||
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
|
||||
use to identify your commits::
|
||||
|
||||
Reference in New Issue
Block a user