Installation

Install from source for running the latest version of cedana-cli.

Build from source

Clone the cedana-cli repository

git clone https://github.com/cedana/cedana-cli.git

To build and install to path:

make

To build:

make build

To install to path:

make install

Last updated

Was this helpful?