Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Jan 19, 2025
1 parent 74ce4e9 commit 333bf29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ devops package

## Installation

Run this once to set up the git hooks.

```sh
cp -f muggle/post-checkout.sample .git/modules/muggle/hooks/post-checkout
chmod +x .git/modules/muggle/hooks/post-checkout
Expand All @@ -13,3 +15,10 @@ cp -f muggle/post-checkout.sample .git/modules/muggle/hooks/post-rewrite
chmod +x .git/modules/muggle/hooks/post-rewrite
sh muggle/install.sh
```

After this, muggle is installed.
All future necessary updates will happen automatically,
whenever you update the muggle submodule.

You can also always rerun the `muggle/install.sh` script;
it is idempotent.

0 comments on commit 333bf29

Please sign in to comment.