Skip to content

Commit

Permalink
docs: clarify m1.1 deploy-gb-app installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Sep 20, 2023
1 parent 4dbda4b commit c7f9e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/learn/m1-deploy-gb-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Welcome to Module 1. In this module you will deploy a Green Boost web app starti
2. Run below commands:
```bash
pnpm add -g gboost
pnpm env use --global 18
gboost create
pnpm env use --global 18 # optional - ensure Node.js 18 is used
gboost create # select CRUD Aurora PostgreSQL template
cd <your-directory>
pnpm i
cd infra
Expand Down

0 comments on commit c7f9e8e

Please sign in to comment.