mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-31 16:03:37 +00:00
12 lines
280 B
Ruby
12 lines
280 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
print('
|
|
Building with rake is no longer supported, use "jake" instead.
|
|
|
|
The commands are all the same (e.g. rake install -> jake install).
|
|
|
|
If you do not have jake, you can run sudo ./bootstrap.sh to install it and its dependencies.
|
|
|
|
');
|
|
exit(1);
|