File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jEN is an open source Java library for the [Echo Nest API](http://developer.echo
44
55# Quick Start
66
7- * Download the [ latest distribution] ( http://static.echonest.com.s3.amazonaws.com/jEN/files/jEN-4.x.s .zip )
7+ * Download the [ latest distribution] ( http://static.echonest.com.s3.amazonaws.com/jEN/files/jEN-latest .zip )
88 * Read the extensive [ Javadocs for jEN] ( http://static.echonest.com.s3.amazonaws.com/jEN/javadoc/index.html )
99 * Browse the [ examples] ( https://github.com/echonest/jEN/tree/master/src/com/echonest/api/v4/examples )
1010
Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ cp dist/jEN.jar $stage
99cp -r dist/lib $stage
1010cp docs/README.txt $stage
1111cp docs/license.txt $stage
12- jar cf files/$dir.zip $stage
12+
13+ cd releases
14+ jar cMf ../files/$dir.zip $dir/
15+ cp ../files/$dir.zip ../files/jEN-latest.zip
You can’t perform that action at this time.
0 commit comments