diff options
author | Leah Rowe <info@minifree.org> | 2016-10-19 19:53:31 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-10-19 19:53:31 +0100 |
commit | 82d8245f122e2dde55d7720af7a35e7c018fffdb (patch) | |
tree | 2136ee1bd1bf8b524099e7a4b4f2143e7cd6fe59 /docs/distros | |
parent | 47b58cc15b69b4733d88b1fd2f59f2df61a33a1a (diff) | |
download | librebootfr-82d8245f122e2dde55d7720af7a35e7c018fffdb.tar.gz librebootfr-82d8245f122e2dde55d7720af7a35e7c018fffdb.zip |
docs/distros: correction: Gentoo's package manager is portage, not emerge
Diffstat (limited to 'docs/distros')
-rw-r--r-- | docs/distros/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/distros/index.html b/docs/distros/index.html index de438b78..22a4b569 100644 --- a/docs/distros/index.html +++ b/docs/distros/index.html @@ -70,7 +70,7 @@ <h2>Gentoo</h2> <p> Gentoo is a bleeding edge <em>source based</em> distribution. - It provides only source code in its repositories, and the <em>emerge</em> + It provides only source code in its repositories, and the <em>portage</em> package manager automatically compiles the source code for you along with all dependencies, when installing packages. This makes the distribution extremely configurable. It's common in Gentoo |