Skip to content

Commit

Permalink
Merge pull request #18 from toshimaru/fix-release-link
Browse files Browse the repository at this point in the history
fix: Fix latest release link URL
  • Loading branch information
andrewn617 authored Jun 18, 2024
2 parents e510f74 + 1ef0713 commit b4674a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

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.
Go to the [latest release](https://github.com/rails/rails-new/releases/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

Expand Down

0 comments on commit b4674a3

Please sign in to comment.