Skip to content

Commit

Permalink
Add CLI option for building with fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Jan 5, 2024
1 parent b8fbb3c commit 6cee762
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cee762

Please sign in to comment.