mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
fix branch name in CONTRIBUTING
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user