Molyxide

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (159B)


      1 # Molyxide
      2 
      3 ## Building
      4 
      5 After installing [Rust](https://rustup.rs/), you can compile Molyxide as follows:
      6 
      7 ```shell
      8 cargo xtask bundle molyxide --release
      9 ```