Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: change Incus_DIR to upper case INCUS_DIR #127

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading