Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 661 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 661 Bytes

mov-cli-install

Think of it as arch-install, but for mov-cli

How to Use:

First, ensure PowerShell execution policy allows script execution:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Now, there are two ways to install mov-cli:

  • One-Line Command:
irm https://raw.githubusercontent.com/mov-cli/mov-cli-install/v1/install.ps1 | iex 
  • Manual Installation: Save the install.ps1 file, then navigate to its directory and execute:
.\install.ps1