mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-18 04:34:24 +01: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