diff --git a/docs.json b/docs.json index 6488c60..6961251 100644 --- a/docs.json +++ b/docs.json @@ -197,9 +197,21 @@ }, "navbar": { "links": [ + { + "type": "github", + "icon": "github", + "href": "https://github.com/pocketenv-io/pocketenv", + "label": "GitHub" + }, + { + "type": "discord", + "icon": "discord", + "href": "https://discord.gg/9ada4pFUFS", + "label": "Discord" + }, { "label": "Support", - "href": "mailto:hi@mintlify.com" + "href": "mailto:hi@pocketenv.io" } ], "primary": { diff --git a/quickstart.mdx b/quickstart.mdx index 52c543f..143bbfe 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -23,6 +23,11 @@ description: "Install the CLI, log in, and run your first sandbox in under 5 min curl -fsSL https://cli.pocketenv.io | bash ``` + + ```bash + bun install -g @pocketenv/cli + ``` + ```bash pnpm add -g @pocketenv/cli