summaryrefslogtreecommitdiff
path: root/src/admin/3_packages.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/3_packages.xml')
-rw-r--r--src/admin/3_packages.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/3_packages.xml b/src/admin/3_packages.xml
index 7ffe23f..7d7176f 100644
--- a/src/admin/3_packages.xml
+++ b/src/admin/3_packages.xml
@@ -14,7 +14,7 @@
<section>
<title>An introduction to APK</title>
<para>Adélie Linux uses the APK package manager. The APK package manager is very fast, and performs well even on computers with limited resources. APK allows you to add and remove packages, ensure the integrity of installed packages, and perform system updates.</para>
- <para>APK refers the entire set of installed packages on your computer as a "<firstterm>world</firstterm>". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at <filename>/etc/apk/world</filename> and is a text file with each package you have installed on a single line.</para>
+ <para>APK refers the entire set of packages you have chosen to install on your computer as a "<firstterm>world</firstterm>". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at <filename>/etc/apk/world</filename> and is a text file with each package you have chosen to install on a single line.</para>
</section>
</section>
<section>