Remove instructional Rakefile

Grunt was switched to over 2 months ago
This commit is contained in:
Kevin Sawicki
2013-09-07 14:48:48 +01:00
parent a4ecbf1fcf
commit 3904be2e00

View File

@@ -1,11 +0,0 @@
rule "" do |t|
puts <<-HELP
Atom now uses grunt instead of Rake.
See https://github.com/atom/atom/pull/596 for more info.
tl;dr
-----
Run ./script/build instead of rake install.
HELP
end