Files
atom/Rakefile
2013-06-20 17:15:53 -07:00

13 lines
254 B
Ruby

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