Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive/.git;a=commitdiff;h=8682054e73d2b98093e4483cdefd274c2af3ee41

commit 8682054e73d2b98093e4483cdefd274c2af3ee41
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Mon Jul 16 10:39:35 2007 +0200

README: updated for git

diff --git a/README b/README
index 94fbc49..3e056ec 100644
--- a/README
+++ b/README
@@ -5,15 +5,15 @@ Building

To build the livecd:

-       # make
+       $ sudo make

To clean up compiled code in the source dir:

-       # make clean
+       $ sudo make clean

To remove the building chroot:

-       # make distclean
+       $ sudo make distclean

>From scratch
------------
@@ -21,13 +21,11 @@ From scratch
If you never compiled the FWLive, you need the following steps:

cd ~
-mkdir darcs
-cd darcs
-darcs get --partial http://darcs.frugalware.org/repos/fwlive
-darcs get --partial http://darcs.frugalware.org/repos/translations
-su -
-ln -s ~user/darcs ./
-cd darcs/fwlive
+mkdir -p git
+cd git
+git clone http://git.frugalware.org/repos/fwlive/.git
+git clone http://git.frugalware.org/repos/translations/.git
+cd fwlive

Check if all referenced repos are configured. Check the TREE variable in the
file 'config': for example if it contains 'current' then check if current is
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to