From f7d5a8f08ed8e0cb0ea7e7a6a1fde9c047fc215b Mon Sep 17 00:00:00 2001 From: ChetanKarwa <46815976+ChetanKarwa@users.noreply.github.com> Date: Sat, 27 Mar 2021 02:09:10 +0530 Subject: Update Readme Add a few important links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b4078f..93d4dbd 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. -Fpm's user interface is modeled after [Rust's Cargo](https://crates.io/), +Fpm's user interface is modeled after [Rust's Cargo](https://doc.rust-lang.org/cargo/) ([Github Repo](https://github.com/rust-lang/cargo)), so if you're familiar with that tool, you will feel at home with fpm. Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. Fpm is an early prototype and is evolving rapidly. You can use it to build and package your Fortran projects, as well as to use -existing fpm packages as dependencies. +[existing fpm packages](https://github.com/fortran-lang/fpm-registry) as dependencies. Fpm's behavior and user interface may change as it evolves, however as fpm matures and we enter production, we will aim to stay backwards compatible. Please follow the [issues](https://github.com/fortran-lang/fpm/issues) to contribute and/or stay up to date with the development. Before opening a bug report or a feature suggestion, please read our -[Contributor Guide](CONTRIBUTING.md). +[Contributor Guide](CONTRIBUTING.md). You can also discuss your ideas and queries with the community on [Fortran-Lang Discourse](https://fortran-lang.discourse.group/) Fortran Package Manager is not to be confused with [Jordan Sissel's fpm](https://github.com/jordansissel/fpm), a more general, -- cgit v1.2.3 From ce3ec6b80d8e6b5548c337874ff1c22bc9c05d42 Mon Sep 17 00:00:00 2001 From: ChetanKarwa <46815976+ChetanKarwa@users.noreply.github.com> Date: Sat, 27 Mar 2021 22:41:38 +0530 Subject: Github Repo Link removed Co-authored-by: Milan Curcic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d4dbd..69d6fdc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. -Fpm's user interface is modeled after [Rust's Cargo](https://doc.rust-lang.org/cargo/) ([Github Repo](https://github.com/rust-lang/cargo)), +Fpm's user interface is modeled after [Rust's Cargo](https://doc.rust-lang.org/cargo/), so if you're familiar with that tool, you will feel at home with fpm. Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. -- cgit v1.2.3 From 19a54f6f6a3910690947b0152d175d1f03fc4448 Mon Sep 17 00:00:00 2001 From: ChetanKarwa <46815976+ChetanKarwa@users.noreply.github.com> Date: Sat, 27 Mar 2021 22:42:09 +0530 Subject: Added link to fpm discussion forum Co-authored-by: Milan Curcic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d6fdc..04ab6ad 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ matures and we enter production, we will aim to stay backwards compatible. Please follow the [issues](https://github.com/fortran-lang/fpm/issues) to contribute and/or stay up to date with the development. Before opening a bug report or a feature suggestion, please read our -[Contributor Guide](CONTRIBUTING.md). You can also discuss your ideas and queries with the community on [Fortran-Lang Discourse](https://fortran-lang.discourse.group/) +[Contributor Guide](CONTRIBUTING.md). You can also discuss your ideas and queries with the community in [fpm discussions](https://github.com/fortran-lang/fpm/discussions), or more broadly on [Fortran-Lang Discourse](https://fortran-lang.discourse.group/) Fortran Package Manager is not to be confused with [Jordan Sissel's fpm](https://github.com/jordansissel/fpm), a more general, -- cgit v1.2.3