Skip to content

Commit

Permalink
chore: update README.md for using bootstrap command (#2101)
Browse files Browse the repository at this point in the history
* chore: update README.md for using bootstrap command

* Update README.md
  • Loading branch information
sweatybridge committed Apr 2, 2024
1 parent c0dafb3 commit eef635c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,17 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
### Run the CLI

```bash
supabase help
supabase bootstrap
```

Or using npx:

```bash
npx supabase help
npx supabase bootstrap
```

The bootstrap command will guide you through the process of setting up a Supabase project using one of the [starter](https://github.com/supabase-community/supabase-samples/blob/main/samples.json) templates.

## Docs

Command & config reference can be found [here](https://supabase.com/docs/reference/cli/about).
Expand All @@ -173,4 +175,3 @@ To run from source:
# Go >= 1.20
go run . help
```

0 comments on commit eef635c

Please sign in to comment.