diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-11-04 15:05:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 15:05:09 +0000 |
commit | 932b93b0a13e2b8a4595ec29101ee38785a15e60 (patch) | |
tree | 6c290940c8a612829a79e03baa80553fd5ad2b0e /README.md | |
parent | cac39542148811368e07381ebb9202441e06b096 (diff) | |
parent | fcb816b62333c3a77188fde82cd3fa507adb1c61 (diff) | |
download | fpm-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |