From 9784234b728c64599d029669beea2897f5c02961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sun, 12 Jan 2020 15:53:14 -0700 Subject: Add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..272a784 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Fortran Package Manager + +A prototype version. + +# How to try + +Install Rust, then: +``` +cargo build +``` +Go to a test directory and execute: +``` +cd tests/1 +../../target/debug/fpm build +../../target/debug/fpm run +``` +And the same in the other test directory (one can also call `run` directly): +``` +cd tests/2 +../../target/debug/fpm run +``` -- cgit v1.2.3