mirror of https://github.com/sbt/sbt.git
Merge pull request #4349 from kai-chi/patch-1
fix branch name in CONTRIBUTING
This commit is contained in:
commit
034bfb45be
|
|
@ -142,7 +142,7 @@ sbt uses two branches for development:
|
|||
$ mkdir sbt-modules
|
||||
$ cd sbt-modules
|
||||
$ for i in sbt io util librarymanagement zinc; do \
|
||||
git clone https://github.com/sbt/$i.git && (cd $i; git checkout -b develop origin/develp)
|
||||
git clone https://github.com/sbt/$i.git && (cd $i; git checkout -b develop origin/develop)
|
||||
done
|
||||
$ cd sbt
|
||||
$ ./sbt-allsources.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue