Getting Started
Installation#
To install STREM, you must first have Rust installed on your system. After installing Rust, run the following command from your preferred shell:
$ cargo install strem
Verifying Installation#
You can verify that the installation has succeeded by running the strem
command within your preferred shell with the --version
(-V
for shorthand notation) flag as such:
$ strem --version
If you received strem X.Y.Z
(where X, Y, and Z are versioning numbers) as the output, the tool is ready for use! You can further familiarize yourself with its usage by passing the help flag -h
.