Browse Source

docs: fix homebrew cmd

pull/2448/head
Wing-Kam Wong 2 years ago
parent
commit
99547f9446
  1. 6
      packages/noco-docs/content/en/getting-started/installation.md

6
packages/noco-docs/content/en/getting-started/installation.md

@ -60,9 +60,9 @@ npm start
### Homebrew
```bash
brew tap nocodb/noco
brew install noco
noco
brew tap nocodb/nocodb
brew install nocodb
nocodb
```
### Docker

Loading…
Cancel
Save