Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chylli-deriv committed Mar 19, 2024
1 parent ccde75f commit f6bd06e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# perl

Custom compiled perl for Binary.com

# compiling steps
## compiling steps

```bash
BRANCH=perl-5.26.1 ./rebuild.sh

```

## compiling it with CI

1. enable CI test in your forked repo :
at https://github.com/username/perl/settings/actions set `Allow all actions and reusable workflows`
and `Read and write permissions`. Don't forget to click `save` at both section.
2. Or create a new branch directly on binary-com/perl repo
3. create a branch whose name include a perl version `perl-x.yy.zz`, e.g. `upgrade/perl.5.38.2`

Then CI will download and compile perl and push it to your branch

0 comments on commit f6bd06e

Please sign in to comment.