mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
12 lines
215 B
Ruby
12 lines
215 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/build instead of rake install.
|
|
|
|
HELP
|
|
end
|