diff options
author | gareth-nx <82561769+gareth-nx@users.noreply.github.com> | 2021-04-16 03:30:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 19:30:43 +0200 |
commit | a540c83d9e303acd6fece95927c49fa8d2565366 (patch) | |
tree | 02f007099e080cda66c615ae186693bb3e22cf30 /README.md | |
parent | 0d3611a5f3e7a2d7cb88ec8637a9d898b2ce4cfb (diff) | |
download | fpm-a540c83d9e303acd6fece95927c49fa8d2565366.tar.gz fpm-a540c83d9e303acd6fece95927c49fa8d2565366.zip |
Minor edits to README.md (#440)
Make clear that this snippet must be run in the fpm directory to work. Otherwise it fails, because it needs to find the fpm.toml file.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ This guide explains the process of building *fpm* on a platform for the first ti To build *fpm* without a prior *fpm* version a single source file version is available at each release. -To build manually using the single source distribution use +To build manually using the single source distribution, run the following code (from within the current directory) ``` mkdir _tmp |