Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
maybe moving this directly below "installation" they won't miss it?
  • Loading branch information
ryanflorence committed Mar 20, 2024
1 parent 047c965 commit 9661da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/start/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ This guide will get you familiar with the basic plumbing required to run a Remix

When you're ready to get serious about your Remix project, you might consider starting with a community template. They include TypeScript setups, databases, testing harnesses, authentication, and more. You can find a list of community templates on the [Remix Resources][templates] page.

## Installation

If you prefer to initialize a batteries-included Remix project, you can use the [`create-remix` CLI][create-remix]:

```shellscript nonumber
npx create-remix@latest
```

## Installation

This guide will explain everything the CLI does to set up your project, and instead of using the CLI you can follow these steps. If you're just getting started with Remix, we recommend following this guide to understand all of the different pieces that make up a Remix app.
However, this guide will explain everything the CLI does to set up your project, and instead of using the CLI you can follow these steps. If you're just getting started with Remix, we recommend following this guide to understand all of the different pieces that make up a Remix app.

```shellscript nonumber
mkdir my-remix-app
Expand Down

0 comments on commit 9661da3

Please sign in to comment.