Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 702 Bytes

File metadata and controls

24 lines (15 loc) · 702 Bytes

Installing copia-cli on Windows

Recommended (Official)

WinGet

winget install Qubernetic.copia-cli

Precompiled binaries

Copia CLI releases contain precompiled .zip archives for amd64, arm64, and 386 architectures.

  1. Download the appropriate .zip from GitHub Releases
  2. Extract copia-cli.exe
  3. Add the directory containing copia-cli.exe to your PATH

Note

When using Windows Terminal, you will need to open a new window for PATH changes to take effect.

Building from source

See install_source.md.