Installation sources
Simply download one of the readily compiled executables from Releases under Assets.
Make sure you choose the correct one for your platform.
Steps
-
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.
-
Run the following cargo install terminal command to install the latest
masterversion: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 afterinstall. Without the--tagparameter the latestmasterbranch version will be used which may not be released yet. -
Run the program using
cube_shuffle-clifrom a terminal.