mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
13 lines
253 B
Ruby
13 lines
253 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 grunt install instead
|
|
of rake install.
|
|
|
|
HELP
|
|
end
|