From 2f75de0c3e5f40f159ef3f183def2bdd66db5095 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..b5c3066 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 - +Go to the [latest release](https://github.com/rails/rails-new/releases/tag/latest) and download the executable for your platform (not the source code). For example, on M1 MacOS this would be `rails-new-aarch64-apple-darwin.tar.gz`. Once the download is complete, unzip the `.tar.gz` file, which will create the `rails-new` executable. 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).