Skip to content

Commit 6cee762

Browse files
committed
Add CLI option for building with fpm
1 parent b8fbb3c commit 6cee762

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ git checkout stdlib-fpm
184184
fpm build --profile release
185185
```
186186

187+
Or alternatively:
188+
```sh
189+
source ./ci/fpm-deployment.sh
190+
cd stdlib-fpm/
191+
fpm build --profile release
192+
```
193+
187194
You can run the examples with `fpm` as:
188195

189196
```sh

0 commit comments

Comments
 (0)