Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.15 KB

cli.adoc

File metadata and controls

26 lines (21 loc) · 1.15 KB

Command Line Interface (CLI) installation

Installation sources

Github Releases

Simply download one of the readily compiled executables from Releases under Assets. Make sure you choose the correct one for your platform.

From source

Steps
  1. Install rustup if not already installed. Recommendation is to not use a Linux package manager for this as it may not set the default paths.

  2. Run the following cargo install terminal command to install the latest master version:

    cargo install --locked --git https://github.com/philipborg/CubeShuffle.git cube_shuffle-cli

    For a specific tagged version you may add the --tag {TAG ID} parameter after install. Without the --tag parameter the latest master branch version will be used which may not be released yet.

  3. Run the program using cube_shuffle-cli from a terminal.