Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 272 Bytes

INSTALL.md

File metadata and controls

17 lines (12 loc) · 272 Bytes

Install

The tower can be installed and tested using cargo:

git https://github.com/sr-gi/rusty-teos.git
cd rusty-teos
cargo install --path teos

You can run tests with:

cargo test

Please refer to the cargo documentation for more detailed instructions.