> For the complete documentation index, see [llms.txt](https://gigi206.gitbook.io/vscode-anywhere/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gigi206.gitbook.io/vscode-anywhere/install/quickstart.md).

# Quickstart

## Windows

Open a PowerShell console and enter the following command:

{% tabs %}
{% tab title="Powershell" %}

```
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -Uri https://raw.githubusercontent.com/gigi206/VSCode-Anywhere/V2/VSCode-Anywhere.ps1 -OutFile $env:TMP\VSCode-Anywhere.ps1; & $env:TMP\VSCode-Anywhere.ps1
```

{% endtab %}
{% endtabs %}

Now you can click on `VSCode-Anywhere` in the `C:\VSCode-Anywhere` directory.

For more information, please read the full Windows documentation for more details.

## Linux

Open a terminal and enter the following command:

```bash
bash <(curl -sL https://raw.githubusercontent.com/gigi206/VSCode-Anywhere/V2/VSCode-Anywhere.sh)
```

VSCode-Anywhere will be installed in `~/VSCode-Anywhere`.

For more information, please read the full Linux documentation for more details.

## MacOS

In the future...
