Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.13 KB

notes — docs.

install.

  1. You need to install, Rust (rustc 1.81.0 or earlier). If you do not have it, run the following on your terminal.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Get the repository locally, by running the following on your terminal.
# using ssh (recommened).

git clone [email protected]:invisageable/zo.git
# using http.

git clone https://github.com/invisageable/zo.git
  1. Go to the right folder and build the project, still via your terminal.
cd zo
cargo build

Voilà, if everything has been done without any error. You can run the project you want.

-dev

crates command
zo cargo run --bin zo
zod cargo run --bin zod
apps command
zoc cargo run --bin zoc
zoa cargo run --bin zoa
zop cargo run --bin zop

note — run also cargo run --bin <project-name> --help for more informations.

-release

All release build are available in the /target/release folder at the root of the project.