Skip to main content

CLI Source Code

To install from the source code, you will need the Rust compiler toolchain. The setup procedure is similar to installing the app using cargo. To install the development version for any supported platform:

cargo install --git https://github.com/hhandika/segul.git

You should have SEGUL ready to use.

It is equivalent to:

git clone https://github.com/hhandika/segul

cd segul/

cargo build --release

The different is that, for the latter, the executable will be in the segul repository: /target/release/segul. Copy the segul binary and then add it to your environment path folder.

Then, try to call SEGUL:

segul --version