✨
ysv
  • ysv
  • Installation
  • Usage
  • Configuration format
  • Configuration Language
    • Basics
    • input
    • Constants
    • String transformations
    • Date & time
  • Technology Choices
Powered by GitBook
On this page

Was this helpful?

Installation

Getting ysv

PreviousysvNextUsage

Last updated 4 years ago

Was this helpful?

ysv is written in Rust programming language and is installed by cargo:

cargo install ysv

Do not have Cargo?

$ cargo --version
cargo 1.44.1 (88ba85757 2020-06-11)

If cargo is not there yet, refer to the package manager of your distribution. For example, on Ubuntu cargo can be installed trivially:

sudo apt-get install cargo

If your distribution does not provide it, please refer to for instructions.

https://rustup.rs