diff --git a/README.md b/README.md index a6f908b..535e2bb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,20 @@ You need to have Docker installed on your machine. You can find instructions on ## Usage +First, clone the repository: + +```bash +git clone https://github.com/rails/rails-new.git +cd rails-new +``` + To generate a new Rails application, you can run the following command: ```bash bin/rails-new myapp ``` + +Or with options: +```bash +bin/rails-new myapp --main +```