Skip to content

Commit

Permalink
docs: Yarn no longer required can use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
clburlison committed Nov 15, 2023
1 parent 7d60b42 commit bb564ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/setup/standard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Callout } from 'nextra-theme-docs'
- [Go 1.21](https://go.dev/doc/install)
- [Node 18](https://nodejs.org/en/download)
- [Git](https://git-scm.com/downloads) _(`git` might be pre-installed)_
- [PM2](https://pm2.io/docs/runtime/guide/installation/) `yarn global add pm2`
- [PM2](https://pm2.io/docs/runtime/guide/installation/) `npm install -g pm2` or `yarn global add pm2`
- [jq](https://jqlang.github.io/jq/download/) `sudo apt-get install jq`
- Compatible Database - See [Database Setup](/docs/other/database)

Expand Down

0 comments on commit bb564ae

Please sign in to comment.