From a8f057bacdb89082af2723f880764f2e79158606 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Fri, 26 Apr 2024 07:38:00 -0400 Subject: [PATCH] Add installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b07c31..7108747 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You need to have Docker installed on your machine. You can find instructions on ## Installation - +First, download the [latest release](https://github.com/rails/rails-new/releases/tag/latest) for your operating system. Click on the downloaded `.tar.gz` file to unzip it, which will create the `rails-new` executable (not the source code). Move the executable into your path so that it is ready to run from the command line. ## Usage @@ -24,3 +24,5 @@ Or with options: ```bash rails-new myapp --main ``` + +The list of available options is found in the [Rails guides](https://guides.rubyonrails.org/command_line.html#rails-new).