aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-11-04 15:05:09 +0000
committerGitHub <noreply@github.com>2020-11-04 15:05:09 +0000
commit932b93b0a13e2b8a4595ec29101ee38785a15e60 (patch)
tree6c290940c8a612829a79e03baa80553fd5ad2b0e /README.md
parentcac39542148811368e07381ebb9202441e06b096 (diff)
parentfcb816b62333c3a77188fde82cd3fa507adb1c61 (diff)
downloadfpm-932b93b0a13e2b8a4595ec29101ee38785a15e60.tar.gz
fpm-932b93b0a13e2b8a4595ec29101ee38785a15e60.zip
Merge pull request #224 from awvwgk/specs
Create a reference for the package manifest
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 666ebad..6c6458f 100644
--- a/README.md
+++ b/README.md
@@ -81,4 +81,5 @@ to run, as can `fpm test`; like `fpm run specific_executable`. Command line
arguments can also be passed to the executable(s) or test(s) with the option
`--args "some arguments"`.
-See additional instructions in the [Packaging guide](PACKAGING.md).
+See additional instructions in the [Packaging guide](PACKAGING.md) or
+the [manifest reference](manifest-reference.md).