[Frugalware-git] setup: README: updated darcs references

VMiklos vmiklos at frugalware.org
Sat Jul 21 13:42:04 CEST 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup/.git;a=commitdiff;h=2d6c890e1181ee18be56aead88c94f9646c04cfc

commit 2d6c890e1181ee18be56aead88c94f9646c04cfc
Author: VMiklos <vmiklos at frugalware.org>
Date:   Sat Jul 21 13:39:51 2007 +0200

README: updated darcs references

diff --git a/README b/README
index c89a359..a217309 100644
--- a/README
+++ b/README
@@ -19,13 +19,13 @@ From scratch
If you never compiled the setup, you need the following steps:

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

then read the section titled "Building".

@@ -37,7 +37,7 @@ Cleaning up

If you have built the initrd in the past and you don't want to start from
scratch, just run 'make distclean' as root. If you are using setup from the
-darcs repo, you should run 'darcs pull', too.
+git repo, you should run 'git pull', too.

Adding new translations
-----------------------


More information about the Frugalware-git mailing list