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

Docs: Add usage of the Agoric VS Code extension #775

Closed
wants to merge 3 commits into from
Closed
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
10 changes: 10 additions & 0 deletions main/guides/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ After installing the Agoric SDK, you can proceed to [starting a project](./start

## Quick Start

### Automated Install

If you're using VS Code as your code editor, install the [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the Agoric SDK install process:

- Open the **Extensions** sidebar in VS Code. `View → Extensions`
- Search for `Agoric`, choose "Agoric" by **danbmky**
- Click **Install** to install it

### Manual Install

If you're familar with JavaScript development tools such as `node`, `yarn`, and `git`:

```shell
Expand Down