Skip to content

Commit

Permalink
doc: change Incus_DIR to upper case INCUS_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroaki Nakamura <hnakamur@gmail.com>
  • Loading branch information
hnakamur committed Oct 7, 2023
1 parent 5e7be67 commit 77a93dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ git push myfork [name_of_your_new_branch]

### Important notes for new Incus contributors

- Persistent data is stored in the `Incus_DIR` directory, which is generated by `incus admin init`.
The `Incus_DIR` defaults to `/var/lib/incus`.
- As you develop, you may want to change the `Incus_DIR` for your fork of Incus so as to avoid version conflicts.
- Persistent data is stored in the `INCUS_DIR` directory, which is generated by `incus admin init`.
The `INCUS_DIR` defaults to `/var/lib/incus`.
- As you develop, you may want to change the `INCUS_DIR` for your fork of Incus so as to avoid version conflicts.
- Binaries compiled from your source will be generated in the `$(go env GOPATH)/bin` directory by default.
- You will need to explicitly invoke these binaries (not the global `incusd` you may have installed) when testing your changes.
- You may choose to create an alias in your `~/.bashrc` to call these binaries with the appropriate flags more conveniently.
Expand Down

0 comments on commit 77a93dd

Please sign in to comment.