Quick Start with Scoop

Prerequisites

1. Install the Meshery command line client, mesheryctl .

mesheryctl can be installed via Scoop (a package manager for Windows, just like apt for Ubuntu). mesheryctl is also available through Homebrew.

Prerequisites

You need to have scoop installed on your Windows system to perform these actions.

Install

To install mesheryctl using Scoop, execute the following commands.

scoop bucket add mesheryctl https://github.com/layer5io/scoop-bucket.git scoop install mesheryctl

You’re ready to run Meshery. To do so, execute the following command.

mesheryctl system start

Upgrade

To upgrade mesheryctl, just execute the following command.

scoop update mesheryctl