diff --git a/wiki/modding/quest-mod-dev-intro.md b/wiki/modding/quest-mod-dev-intro.md index 122278134..7349e24e2 100644 --- a/wiki/modding/quest-mod-dev-intro.md +++ b/wiki/modding/quest-mod-dev-intro.md @@ -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. @@ -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