summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-09-21 21:51:37 +0200
committerThomas Sachau <tommy@gentoo.org>2009-09-21 21:51:37 +0200
commitca858db0d34aabd12ff83732f80e0752e5723be5 (patch)
treed241209f84a39458af66a73ef93b000d4ab2c844 /doc
parentFix order of doc (diff)
downloadmultilib-portage-ca858db0d34aabd12ff83732f80e0752e5723be5.tar.gz
multilib-portage-ca858db0d34aabd12ff83732f80e0752e5723be5.tar.bz2
multilib-portage-ca858db0d34aabd12ff83732f80e0752e5723be5.zip
Update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/portage-multilib-instructions6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/portage-multilib-instructions b/doc/portage-multilib-instructions
index 8f005cbe6..4a96d662a 100644
--- a/doc/portage-multilib-instructions
+++ b/doc/portage-multilib-instructions
@@ -5,6 +5,12 @@ cd $PORTDIR_OVERLAY/layman/multilib ($PORTDIR_OVERLAY is for most probably /usr/
git checkout origin/portage-multilib
git checkout -b portage-multilib
+then open .git/config with your favorite editor and add the following lines:
+
+[branch "portage-multilib"]
+ remote = origin
+ merge = refs/heads/portage-multilib
+
After that, every layman sync should update the branch as normal, switching is done with
git checkout <branch>