Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Apr 26, 2024
1 parent fddeb63 commit 400a032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. Move the executable into your path so that it is ready to run from the command line.

## Usage

Expand All @@ -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).

0 comments on commit 400a032

Please sign in to comment.