Installation
Prerequisites
- Rust Compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
NB: This is only for Unix-based systems (or WSL for Windows). For Windows, you can use Scoop
scoop install main/rust
Or directly from their website: Rust
Installation
Once Rust is installed, you can install Atlas77 using Cargo.
- Install it from Cargo
cargo install atlas_77
- Use it as a CLI
atlas_77 --help
- Enjoy!
Or you can clone the repository and build it yourself.
- Clone the repository
git clone https://github.com/atlas77-lang/atlas77.git && cd atlas77
- Build it
cargo build --release
- Use it as a CLI
./target/release/atlas_77 --help