Skip to content

Commit

Permalink
feat(docs): Fix setup docu (#1926)
Browse files Browse the repository at this point in the history
* Update settings.mdx

* docs: add cmd

---------

Co-authored-by: Javier Martinez <[email protected]>
  • Loading branch information
martinzrrl and jaluma committed Jul 8, 2024
1 parent 2612928 commit 067a5f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fern/docs/pages/manual/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ For example, on **linux and macOS**, this gives:
export PGPT_PROFILES=my_profile_name_here
```

Windows Powershell(s) have a different syntax, one of them being:
Windows Command Prompt (cmd) has a different syntax:
```shell
set PGPT_PROFILES=my_profile_name_here
```

Windows Powershell has a different syntax:
```shell
$env:PGPT_PROFILES="my_profile_name_here"
```
If the above is not working, you might want to try other ways to set an env variable in your window's terminal.

---
Expand Down

0 comments on commit 067a5f1

Please sign in to comment.