aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-12 15:53:14 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-12 15:53:14 -0700
commit9784234b728c64599d029669beea2897f5c02961 (patch)
tree9779fd3e997a7365ede410a5ded4b422110fbc86 /README.md
parent88101d7128d80a929ab526058a5ef784e567d33a (diff)
downloadfpm-9784234b728c64599d029669beea2897f5c02961.tar.gz
fpm-9784234b728c64599d029669beea2897f5c02961.zip
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
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
+```