Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MacOS req section inside README.md #56

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ Github is set up to run pre-commit hooks specified in .pre-commit-config.yaml. I

#### macOS install prerequisites

```brew install python3```
```brew install node```
```brew install supabase/tap/supabase```
```brew install traefik```
`brew install python3 node supabase/tap/supabase traefik`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Language Identifier to Fenced Code Block

Specifying a language for code blocks improves readability and syntax highlighting. For Brew commands, you can use bash or shell as the identifier.

+ ```shell
brew install python3 node supabase/tap/supabase traefik
+ ```



**Docker**
Expand Down
Loading