Skip to content

Commit

Permalink
how to update zef
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm authored Mar 14, 2021
1 parent bfc4c4f commit 03c7bdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/zef.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ Accordingly, a script is supplied to install zef this way.

Zef will be installed to `~/.raku/bin/zef` and modules will reside in `~/.raku`.
These instructions are also applicable for the root user.

If you update the package, running the script again will upgrade zef if a new version
was available when the new package was released. Alternatively, you can upgrade zef
through zef:

```
zef upgrade zef
```

0 comments on commit 03c7bdd

Please sign in to comment.