summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-07-23 22:01:46 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-07-23 22:01:46 -0400
commitcf61e69bcdd95f4a3b6e1a1c146f9f26d9a8dbd4 (patch)
tree2cd36bb203b047ac531fd0e0f58789d704c310c1 /README.md
parent82d185aee282c0ca4054cfeeabba6dc38869ba40 (diff)
Prevented pip from complaining about root
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2c4ee8a..d230af3 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,8 @@ While it may sound too good to be true, that's because it is. Maple Linux does n
Maple Linux uses a slightly different filesystem hierarchy compared to most Linux systems, but it shouldn't be enough to become incompatible with existing software. The following are the notable changes:
-- `/bin` - This is the canonical location for all system-level binaries. Paths such as `/usr/bin` should be considered legacy. See also: https://lists.busybox.net/pipermail/busybox/2010-December/074114.html
+- `/bin` - This is the canonical location for all system-level binaries. Paths such as `/sbin`, `/usr/bin`, and `/usr/sbin` should be considered legacy. See also: https://lists.busybox.net/pipermail/busybox/2010-December/074114.html
- `/boot` - This is the mount point for the EFI System Partition
- `/lib` - This is the canonical location for all system-level libraries. Paths such as `/usr/lib` should be considered legacy.
-- `/sbin` - This is the canonical location for all system-level binaries that require superuser privileges to run. Paths such as `/usr/sbin` should be considered legacy.
Many of alternative paths are symlinked for compatibility's sake. \ No newline at end of file