mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
Feat: Refined the documentation for Goose (#2751)
Co-authored-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
@@ -96,7 +96,11 @@ import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
|
||||
wsl --install
|
||||
```
|
||||
|
||||
2. Restart your computer if prompted.
|
||||
2. If prompted, restart your computer to complete the WSL installation. Once restarted, or if WSL is already installed, launch your Ubuntu shell by running:
|
||||
|
||||
```bash
|
||||
wsl -d Ubuntu
|
||||
```
|
||||
|
||||
3. Run the Goose installation script:
|
||||
```bash
|
||||
@@ -165,6 +169,12 @@ Goose works with a set of [supported LLM providers][providers], and you'll need
|
||||
export OPENAI_API_KEY={your_api_key}
|
||||
```
|
||||
|
||||
Run `goose configure` again and proceed through the prompts. When you reach the step for entering the API key, Goose will detect that the key is already set as an environment variable and display a message like:
|
||||
|
||||
```
|
||||
● OPENAI_API_KEY is set via environment variable
|
||||
```
|
||||
|
||||
To make the changes persist in WSL across sessions, add the goose path and export commands to your `.bashrc` or `.bash_profile` file so you can load it later.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user