git: fc54c493da - main - fdp-primer/working-copy: Improve git installation instructions

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Wed, 03 May 2023 08:07:53 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fc54c493dacfc5ca62279113455e6ded3dd98012

commit fc54c493dacfc5ca62279113455e6ded3dd98012
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-05-03 07:26:33 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-05-03 08:07:42 +0000

    fdp-primer/working-copy: Improve git installation instructions
    
    - Describe the alternative between git and git-lite.
    - Use the package macro.
    
    Approved by:    carlavilla (mentor)
    Differential Revision: https://reviews.freebsd.org/D39944
---
 documentation/content/en/books/fdp-primer/working-copy/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/fdp-primer/working-copy/_index.adoc b/documentation/content/en/books/fdp-primer/working-copy/_index.adoc
index a729bf590d..5b15db2186 100644
--- a/documentation/content/en/books/fdp-primer/working-copy/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/working-copy/_index.adoc
@@ -54,7 +54,7 @@ A full copy of the documentation tree can occupy 550 megabytes of disk space.
 Allow for a full gigabyte of space to have room for temporary files and test versions of various output formats.
 
 link:https://git-scm.com/[Git] is used to manage the FreeBSD documentation files.
-It is obtained by installing the Git package:
+It is obtained by installing the package:devel/git[] package, which also has a lighter flavor called git-lite:
 
 [source,shell]
 ....