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:
Duong HD
2023-04-25 11:34:59 +07:00
committed by GitHub
parent 140fd6f3bf
commit 956d9fdcd6

View File

@@ -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`.