Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.17 KB

install.md

File metadata and controls

38 lines (26 loc) · 1.17 KB

installing cndi

Installing CNDI is all about getting the binaries from our latest release from GitHub Releases, and putting them in the right spot.

We provide scripts below which automate the process of downloading the latest "tarball" and adding the contained binaries to your PATH.

macos and linux

Installing for macOS and Linux is the way to go if you have that option. Simply run the following:

curl -fsSL https://raw.githubusercontent.com/polyseam/cndi/main/install.sh | sh

windows

Installing for Windows should be just as easy. Here is the command to install CNDI on Windows:

irm https://raw.githubusercontent.com/polyseam/cndi/main/install.ps1 | iex

stuck?

If you are having issues installing CNDI, you can try downloading the tarball from GitHub Releases and extracting the binaries to a directory in your PATH.

If you are still having issues, please add to the following Discussion Post!

We're also available on Discord to help troubleshoot any issue!