Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 348 Bytes

install.md

File metadata and controls

22 lines (15 loc) · 348 Bytes

Alternative Installation methods

Warning
All of these options are not available yet.

From crates.io

cargo install fortran-rs

With Docker

docker run --rm -it --name fortran-rs --volume ./:/app/src xavier2p/fortran-rs:latest run <FILE>

With Nix Flake

nix run github:xavier2p/fortran.rs