Skip to content

Commit a9702a5

Browse files
committed
修改README
1 parent 8971166 commit a9702a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Source Building
4343
wget http://www.apache.org/dist//maven/binaries/apache-maven-2.2.1-bin.tar.gz
4444
tar zxvf apache-maven-2.2.1-bin.tar.gz
4545
vi .bash_profile
46-
- edit: export PATH=$PATH:~/apache-maven-2.2.1/bin
46+
- append: export PATH=$PATH:~/apache-maven-2.2.1/bin
4747
source .bash_profile
4848

4949
1. Checkout the dubbo source code:
5050

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

54-
git checkout -b dubbo-2.4.0
5554
git checkout master
55+
or: git checkout -b dubbo-2.4.0
5656

5757
2. Import the dubbo source code to eclipse project:
5858

0 commit comments

Comments
 (0)