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.

  1. Install it from Cargo
    cargo install atlas_77
    
  2. Use it as a CLI
    atlas_77 --help
    
  3. Enjoy!

Or you can clone the repository and build it yourself.

  1. Clone the repository
    git clone https://github.com/atlas77-lang/atlas77.git && cd atlas77
    
  2. Build it
    cargo build --release
    
  3. Use it as a CLI
    ./target/release/atlas_77 --help