Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfei0201 committed Apr 1, 2015
1 parent 8971166 commit a9702a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ Source Building
wget http://www.apache.org/dist//maven/binaries/apache-maven-2.2.1-bin.tar.gz
tar zxvf apache-maven-2.2.1-bin.tar.gz
vi .bash_profile
- edit: export PATH=$PATH:~/apache-maven-2.2.1/bin
- append: export PATH=$PATH:~/apache-maven-2.2.1/bin
source .bash_profile

1. Checkout the dubbo source code:

cd ~
git clone https://github.com/alibaba/dubbo.git dubbo

git checkout -b dubbo-2.4.0
git checkout master
or: git checkout -b dubbo-2.4.0

2. Import the dubbo source code to eclipse project:

Expand Down

0 comments on commit a9702a5

Please sign in to comment.