aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormilancurcic <caomaco@gmail.com>2020-06-16 13:51:05 -0400
committermilancurcic <caomaco@gmail.com>2020-06-16 13:51:05 -0400
commit2ba95da5ebd5d55c080e10a5b427cf950527f5ea (patch)
tree2c23f63cf28e54439f0b383bd071098b34084404 /README.md
parenta1b298c6bc4a49bc8ce26fa07c3949186bf5a91c (diff)
downloadfpm-2ba95da5ebd5d55c080e10a5b427cf950527f5ea.tar.gz
fpm-2ba95da5ebd5d55c080e10a5b427cf950527f5ea.zip
add a note about Effing Package Management and elaborate on prototype
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3fe15c0..6d3f6ce 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,15 @@
# Fortran Package Manager
-A prototype version.
+This is the repository of the Fortran Package Manager (fpm).
+If you are looking for the Effing Package Management instead, see
+[jordansissel/fpm](https://github.com/jordansissel/fpm).
+
+Fortran Package Manager is an early prototype.
+You can use it to build and package your Fortran projects, as
+well as to include supported Fortran dependency projects.
+However, fpm's behavior can change in the future.
+Please follow the [issues](https://github.com/fortran-lang/fpm/issues)
+to contribute and/or stay up to date with the development.
## Getting started