From a540c83d9e303acd6fece95927c49fa8d2565366 Mon Sep 17 00:00:00 2001 From: gareth-nx <82561769+gareth-nx@users.noreply.github.com> Date: Fri, 16 Apr 2021 03:30:43 +1000 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4e9002..290b586 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3