Skip to content

Commit

Permalink
Put in the realistic path.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 15, 2023
1 parent 6f76eec commit c238978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ your charm to a controller using that version of Juju. For example, with microk8

1. [Build Juju and its dependencies](https://github.com/juju/juju/blob/3.4/CONTRIBUTING.md#build-juju-and-its-dependencies)
2. Run `make microk8s-operator-update`
3. Run `GOBIN=/path/to/your/juju/_build/bin:$GOBIN /path/to/your/juju bootstrap`
3. Run `GOBIN=/path/to/your/juju/_build/linux_amd64/bin:$GOBIN /path/to/your/juju bootstrap`
4. Add a model and deploy your charm as normal

# Documentation
Expand Down

0 comments on commit c238978

Please sign in to comment.