From a92f647ff548f7fe193277ae90ec2bbd31af8e4b Mon Sep 17 00:00:00 2001 From: raineio <64136899+raineio@users.noreply.github.com> Date: Fri, 20 May 2022 22:48:48 +0200 Subject: [PATCH] Standardized QPM capitalization --- wiki/modding/quest-mod-dev-intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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