From ef7f7ddc058344262c318fc0c3705e8e113c426c Mon Sep 17 00:00:00 2001 From: Beman Date: Wed, 11 Sep 2013 15:36:31 -0400 Subject: [PATCH] Git repo renamed --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 51679d6..756b96d 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ Windows: svn export http://svn.boost.org/svn/boost/trunk boost-trunk trunk-ex cd trunk-ex\libs git clone git@github.com:Beman/endian.git endian - git clone git@github.com:Beman/Boost-Btree.git btree + git clone git@github.com:Beman/btree.git btree cd ..\boost mklink /d endian ..\libs\btree\include\boost\endian mklink /d btree ..\libs\btree\include\boost\btree @@ -30,7 +30,7 @@ POSIX-like systems: svn export http://svn.boost.org/svn/boost/trunk boost-trunk trunk-ex cd trunk-ex/libs git clone git@github.com:Beman/endian.git endian - git clone git@github.com:Beman/Boost-Btree.git btree + git clone git@github.com:Beman/btree.git btree cd ../boost ln -s ../libs/endian/include/boost/endian endian ln -s ../libs/btree/include/boost/btree btree