36d6061a5990f859ca58f62c0dde9157c36d6c8b
[depot.git] / USAGE
1 Description:
2 The 'rails' command creates a new Rails application with a default
3 directory structure and configuration at the path you specify.
4
5 Example:
6 rails ~/Code/Ruby/weblog
7
8 This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
9 See the README in the newly created application to get going.