update a local zef module

20-10-21

%

Lately I've been working locally with raku/zef modules for my CLI apps. I install them with:

$ zef install .

Turns out you can update a package very similarity. Just bump the version in the META6.json and run the same command again.

$ zef install .

docs

- [ rakuzef]

all snippets