Skip to content

Update: Fixing inconsistencies in guide #439

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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 wiki/modding/quest-mod-dev-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ In a Powershell terminal in the project directory run:
qpm-rust restore
```

### Migrate from qpm to qpm-rust
If you had an install of qpm before following this guide and want to migrate to qpm-rust, you will need to fix the cache
### Migrate from QPM to QPM-rust
If you had an install of QPM before following this guide and want to migrate to QPM-Rust, you will need to fix the cache
paths for old dependencies (such as codegen before Beat Saber version 1.17.0) by running the following command in the
project directory.

Expand All @@ -106,7 +106,7 @@ qpm-rust cache legacy-fix
```

:::warning NOTE
This is a one way conversion. Old qpm will no longer work for this project!
This is a one way conversion. Old QPM will no longer work for this project!
:::

## Project Contents
Expand Down