summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-15 22:20:31 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-15 22:20:31 +0100
commit02f944b99e015a81bb6dc244507396419e94b3a1 (patch)
tree7737a9571cb35d45859d7c35e865da3a783624e6
parent2fda2cf0778b9b387d34e89de3000333003dd43a (diff)
fix howto for new release systemalpha-0.6
-rw-r--r--HOWTO18
1 files changed, 10 insertions, 8 deletions
diff --git a/HOWTO b/HOWTO
index b577dab..297ce3a 100644
--- a/HOWTO
+++ b/HOWTO
@@ -7,10 +7,10 @@
2) Open 2 shells, one as user root, one as regular user (arch)
-3) Decide on a version. See http://aur.archlinux.org/packages.php?K=aif for available packages
-- aif: recommended: latest 'stable' package
-- aif-git: latest from git: very bleeding edge. Might not work as expected!
-I assume you'll pick aif.
+3) Decide on a package. See http://aur.archlinux.org/packages.php?K=aif for available packages
+- aif-git: latest code from the git master (stable) branch: recommended!
+- aif-experimental-git: latest development code. Code is tested here and if ok, merged into master. Use at own risk!!
+I assume you'll pick aif-git.
4) Copy paste the code below.
@@ -20,18 +20,20 @@ I assume you'll pick aif.
pacman -Sy git fakeroot # You need about 192MB ram for this! 128MB is not enough.
# arch shell
-wget http://aur.archlinux.org/packages/aif/aif.tar.gz
+wget http://aur.archlinux.org/packages/aif-git/aif-git.tar.gz
tar -xzf
-cd aif
+cd aif-git
makepkg
# root shell:
-pacman -U /home/arch/aif/aif*.pkg.tar.gz
+pacman -U /home/arch/aif-git/aif*.pkg.tar.gz
4) Fire it up! (as root)
-/arch/aif <procedurename> #you can skip networking. See readme on howto specify procedures
+/arch/aif -p <procedurename> #you can skip networking.
+
+For more info see README or /arch/aif -h.