Skip to content

Commit

Permalink
svn to git
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfei0201 committed Jul 5, 2012
1 parent dc735c5 commit 56bc67c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Refer remote service:
Source Building
================================================================

0. Install the subversion and maven command line:
0. Install the git and maven command line:

yum install subversion
or: apt-get install subversion
yum install git
or: apt-get install git

cd ~
wget http://www.apache.org/dist//maven/binaries/apache-maven-2.2.1-bin.tar.gz
Expand All @@ -49,7 +49,7 @@ Source Building
1. Checkout the dubbo source code:

cd ~
svn co http://code.alibabatech.com/svn/dubbo/trunk dubbo
git clone https://github.com/AlibabaTech/dubbo.git dubbo

2. Import the dubbo source code to eclipse project:

Expand Down

0 comments on commit 56bc67c

Please sign in to comment.