This repository contains Scoop manifests that make it easier to install Meroxa CLI on a Windows machine.
Download Scoop onto your Windows machine, to do so, run following steps:
- In your PowerShell, run -
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- Then run -
irm get.scoop.sh | iex
In PowerShell run the following commands:
scoop bucket add meroxa https://github.com/meroxa/scoop-manifests
scoop install meroxa
Run scoop status
and scoop update meroxa
to upgrade your Meroxa CLI to latest version.