diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2021-04-22 09:20:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 09:20:50 -0500 |
commit | a1dbbdab1b1c1d3807d9aa970b7943792f33641f (patch) | |
tree | ee26e1ff4ccd05ed465463f82b6b3d37ba03e015 /README.md | |
parent | faced2359ff7bf1c003aaf3990d006fde1124186 (diff) | |
parent | fbbfb2c1c316674a83acd666754a3fd18b643d84 (diff) | |
download | fpm-a1dbbdab1b1c1d3807d9aa970b7943792f33641f.tar.gz fpm-a1dbbdab1b1c1d3807d9aa970b7943792f33641f.zip |
Merge branch 'master' into different-archiver-on-windows
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 |