Skip to content

Commit

Permalink
Updated to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky427 committed Nov 14, 2013
1 parent 69f9024 commit 024fb1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
tar --exclude='.DS_Store' -cvzf dart.tgz dart.docset

download:
curl -O https://storage.googleapis.com/dart-editor-archive-integration/latest/dart-api-docs.zip
curl -O http://storage.googleapis.com/dart-archive/channels/stable/release/latest/api-docs/dart-api-docs.zip
unzip dart-api-docs.zip
rm -r dart.docset/Contents/Resources/Documents/
mv api_docs/ dart.docset/Contents/Resources/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enable Dash docfeed by clicking on the feed mentioned [here](http://ducky427.git
Building
==========

- Download the API docs from [here](https://storage.googleapis.com/dart-editor-archive-integration/latest/dart-api-docs.zip)
- Download the API docs from [here](http://storage.googleapis.com/dart-archive/channels/stable/release/latest/api-docs/dart-api-docs.zip)

- Copy the unzipped files to dart.docset/Contents/Resources/Documents/

Expand Down
Binary file modified dart.docset/Contents/Resources/docSet.dsidx
Binary file not shown.

0 comments on commit 024fb1e

Please sign in to comment.