readme
This commit is contained in:
parent
4e57d8de2b
commit
3ebe98262b
|
@ -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.
|
||||
|
|
1
Rakefile
1
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue