diff --git a/README.md b/README.md index 6aa3f902c..3764507e5 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,13 @@ git checkout stdlib-fpm fpm build --profile release ``` +Or alternatively: +```sh +source ./ci/fpm-deployment.sh +cd stdlib-fpm/ +fpm build --profile release +``` + You can run the examples with `fpm` as: ```sh