Skip to content

Quick Start

Installation

Terminal window
powershell -c "irm https://scripts.vmr.us.kg/windows | iex"

The installation processes slowly?

Enable a proxy for your terminal.

Terminal window
$env:all_proxy="http://127.0.0.1:xxxx"
# $env:all_proxy="socks5://127.0.0.1:xxxx"

Can I customize the Installation Dir for SDKs?

Yes, of course. A hint will prompt to ask for customizing your SDK Installation Dir during the installation of VMR for the first time on your system. tui.png

And you can also edit the config file for VMR manually.

Terminal window
$HOME/.vmr/config.toml

Where is VMR installed?

Terminal window
$HOME/.vmr/

Post Installation

If an error like “ps1 cannot be loaded because running scripts is disabled on this system” occurrs in Powershell, try the following command.

Terminal window
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser

Update

Terminal window
vmr-update

Uninstall

Terminal window
vmr-uninstall

Learn More