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

Add instructions for cloning the repository using GitHub CLI #2664

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ Features:

**Note**: This extension needs Microsoft Edge to be on your computer. Windows machines already come with it, for Mac and Linux, please [download and install a version of Edge](https://www.microsoft.com/edge).

## Cloning the Repository

To clone this repository, you can use the following command:

```sh
gh repo clone microsoft/vscode-edge-devtools
```

### Prerequisites

Before running the above command, ensure you have the following prerequisites:

- [GitHub CLI](https://cli.github.com/) installed on your machine.
- A GitHub account.

### Repository Overview

This repository contains the source code for the Microsoft Edge Tools for Visual Studio Code extension. The extension allows you to use the Developer Tools of Microsoft Edge inside Visual Studio Code, providing features such as live analysis of issues in your source code, browser preview, and more.

## Documentation

For more details on how to use and customize the extension, [refer to the documentation](https://learn.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension).
Expand Down