Install from Source
The binary name for jikken is jk
.
We plan on adding wider support across differing platforms and package managers, but for the time being, we provide binaries for Linux, MacOS, and Windows. You can download the prebuilt binaries from our GitHub releases. To install from source, you must have the latest stable version of Rust.
Cargo
Cargo gives you several options for installing from source.
You can install the latest package that we’ve published to Cargo:
cargo install jikken
You can install directly from the git repo:
cargo install --git http://www.github.com/jikkenio/jikken
Or, you can manually clone the repo and build from the folder:
git clone https://github.com/jikkenio/jikken.gitcd jikkencargo install --path .