Skip to content

Initial setup

Will Coleda edited this page Aug 26, 2026 · 4 revisions
  • Install deps

the published version has an issue with SSL dependencies, we need to clean that up

$ git clone git@github.com:Raku/whateverable.git
$ cd whateverable
$ zef install .
$ cd ../
$ git clone git@github.com:Raku/Blin.git blin
$ cd blin
$ zef install --serial --deps-only . # serial in case anything fails

Clone this wiki locally