From 3ebe98262be0c58756b5c8fef0af98a29a84d215 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 20 Jul 2011 17:49:40 -0400 Subject: [PATCH] readme --- README.md | 4 ++++ Rakefile | 1 + VERSION | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f4295..bf540a7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ `rake build` will build the Widget file for you. Open the .wdgt file and away you go! +`rake release` will build a .tar.bz2 file for the widget. +Download the latest release version from the Downloads link! + +Using CoffeeScript 1.1.1. diff --git a/Rakefile b/Rakefile index 3d18afc..4f0dff6 100644 --- a/Rakefile +++ b/Rakefile @@ -15,5 +15,6 @@ desc 'build a release widget' task :release => :build do mkdir_p 'pkg' system %{tar jcvf pkg/CoffeeScript-#{File.read('VERSION').strip}.tar.bz2 CoffeeScript.wdgt} + system %{open https://github.com/johnbintz/coffeescript-widget/downloads} end diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2