mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Add a little more descriptive installation instruction (#3180)
* add Dev Container installation instruction to installation.md * add Dev Container installation instruction to installation.md * Update installation.md --------- Co-authored-by: Richard Beales <rich@richbeales.net>
This commit is contained in:
@@ -103,3 +103,12 @@ docker run -it --env OPENAI_API_KEY='your-key-here' -v $PWD/ai_settings.yaml:/ap
|
||||
### Run Docker-less
|
||||
|
||||
Simply run `./run.sh` (Linux/macOS) or `.\run.bat` (Windows) in your terminal.
|
||||
|
||||
### Run with Dev Container
|
||||
|
||||
1. Install the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension in VS Code.
|
||||
|
||||
2. Open command palette and type in Dev Containers: Open Folder in Container.
|
||||
|
||||
3. Run `./run.sh`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user