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
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 afterinstall
. Without the--tag
parameter the latestmaster
branch version will be used which may not be released yet. -
Run the program using
cube_shuffle-cli
from a terminal.