diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-01 12:48:13 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-01 12:48:13 +0100 |
commit | 820884e16310d8737dccb12e01d1add5f2b2370d (patch) | |
tree | 9a1aa653bd6380a315ade9abf3f218a717fa604a /README.md | |
parent | 9d780b75d1292298a03327326b26d7b7160132ce (diff) | |
download | fpm-820884e16310d8737dccb12e01d1add5f2b2370d.tar.gz fpm-820884e16310d8737dccb12e01d1add5f2b2370d.zip |
Link package manifest reference in README
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). |