aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2022-05-03 06:40:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2022-05-03 06:40:22 +0000
commit6d50dd7f08ad3a3847c717bd22d247ed7b7d7d0f (patch)
treeb44df3c52ddd8d47075216daf6eb8186c218c99b
parentd335263b28a62ce379baf871918873e1ea038a12 (diff)
downloaddoc-6d50dd7f08ad3a3847c717bd22d247ed7b7d7d0f.tar.gz
doc-6d50dd7f08ad3a3847c717bd22d247ed7b7d7d0f.zip
handbook: replace `gnome3` package with `gnome`
PR: 263660 Submitted by: John Darrah <johntdarrah@gmail.com>
-rw-r--r--documentation/content/en/books/handbook/x11/_index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index 37efd69568..8a9269cdcf 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -1024,7 +1024,7 @@ This desktop environment can be installed from a package:
[source,shell]
....
-# pkg install gnome3
+# pkg install gnome
....
To instead build GNOME from ports, use the following command.
@@ -1032,7 +1032,7 @@ GNOME is a large application and will take some time to compile, even on a fast
[source,shell]
....
-# cd /usr/ports/x11/gnome3
+# cd /usr/ports/x11/gnome
# make install clean
....