# Overview The ro-crate-rs cli tool can be used to immediately interface with RO-Crates within a somewhat constrained and structured environment, however an understanding of RO-Crate is a realistic requirement to conform with schema.org specifications. # Basics This cli allows basic interaction with an RO-Crate, such as reading, writing, updating, validating and so on. # Installion Via Cargo (need rust installed): ``` cargo install ro-crate-rs-cli ``` Or via github release page, choose your target platform and download the binary. Once download it can be used in whichever command line you choose.