Skip to content

Commit 0dc949f

Browse files
committed
More doc updates
1 parent f876a41 commit 0dc949f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/mkrelease

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ cp dist/jEN.jar $stage
99
cp -r dist/lib $stage
1010
cp docs/README.txt $stage
1111
cp 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

0 commit comments

Comments
 (0)