Skip to content

Commit 5bccf62

Browse files
jalveszjvdp1
andauthored
Update README.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 10c757e commit 5bccf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ git checkout stdlib-fpm
184184
fpm build --profile release
185185
```
186186

187-
**Alternative**: as fpm does not currently support fypp natively, building stdlib is done in two steps (a) launch the preprocessor through the fpm-deployment.sh script, which creates a subfolder `stdlib-fpm` (b) build the project using the processed files within the latter subfolder. Which can be done with the following commands:
187+
**Alternative**: as `fpm` does not currently support `fypp` natively, building `stdlib` with `fpm` can be done in two steps: a) launch the preprocessor through the `fpm-deployment.sh` script, which creates a subfolder `stdlib-fpm` and b) build the project using the processed files within the latter subfolder. This process can be done with the following commands:
188188

189189
```sh
190190
source ./ci/fpm-deployment.sh

0 commit comments

Comments
 (0)