Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update nightly build instructions #839

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: Update with nightly build instructions
  • Loading branch information
kolipakakondal authored Nov 10, 2022
commit 99f18eb5b3ca5683f25a4d803f346cb6c32908f3
13 changes: 13 additions & 0 deletions docs/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@

- Windows: `%USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION`
- Linux & MacOSX: `$HOME/.vscode/extensions/espressif.esp-idf-extension-VERSION`


# Installing Nightly Build
To install the nightly build follow the instructions below.

Nightly builds are available on <a href="https://github.com/espressif/vscode-esp-idf-extension/actions/workflows/ci.yml">GitHub</a>. Click on the most recent (the top-most) run and scroll down to the Artifacts section to download the `esp-idf-extension.vsix` file

- Open VS Code
- Go to Extensions
- Click on the `...` from the top and choose `Install from VSIX...`
- Browse to the VSIX file you downloaded
- Wait for the extension to install
- Click the Reload button on the VS Code notification that appears