aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMilan Curcic <caomaco@gmail.com>2020-04-29 10:47:44 -0400
committerGitHub <noreply@github.com>2020-04-29 10:47:44 -0400
commita8dabeea48210450e6b1088c95abf80358f40e3c (patch)
tree8b6b64b2a700b90aa9219a8f90db77573621c467 /README.md
parentb238935f5462fe72d06ef1042a74cc2c312cee57 (diff)
parenteba3fb866cf3418b47b2281a17e72951a8c3b2a6 (diff)
downloadfpm-a8dabeea48210450e6b1088c95abf80358f40e3c.tar.gz
fpm-a8dabeea48210450e6b1088c95abf80358f40e3c.zip
Merge pull request #60 from milancurcic/package-layout
Package layout guide Fixes #57
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8478599..ab92fcb 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,4 @@ On Linux, the above command installs `stack` to `${HOME}/.local/bin`.
### Building your Fortran project with FPM
-1. Copy `example_fpm.toml` from this repository
-to the base directory of your Fortran project.
-2. Rename it to `fpm.toml`.
-3. Edit `fpm.toml` for your package.
-4. Type `fpm build`.
-5. (optional) If you have tests, type `fpm test`.
-6. (optional) If your package is an executable program,
-run it by typing `fpm run`.
+Please follow the instructions in the [Packaging guide](PACKAGING.md).