diff --git a/ArchLinuxArmInstallation.md b/ArchLinuxArmInstallation.md index 911bb20..bd62ad8 100644 --- a/ArchLinuxArmInstallation.md +++ b/ArchLinuxArmInstallation.md @@ -4,7 +4,7 @@ This is a history of my attempts at running tahoe-lafs in a fresh pogoplug v4 wi Preparation: ``` -# #Can't go straight to building v1.10 from source without gcc, so go for the AUR-based package to get dependencies installed +# #Can't go straight to building v1.10 from source without dependencies, so go for the AUR-based package to get dependencies installed # #Install an AUR helper, python and build tools # pacman -S yaourt python2 gcc patch .. snip ..