From ba527ca96373245ed6495286d9e28c22111fe5ad Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 30 Jun 2022 03:56:20 -0700 Subject: [PATCH] Update Masterlist Testing page * Update for changes made in v0.18.x. * Fix grammatical errors & reword slightly for clarity. --- .../Quickly-Testing-Your-Masterlist-Changes.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html b/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html index db53e19..948c410 100644 --- a/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html +++ b/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html @@ -3,12 +3,12 @@ layout: page title: Quickly Testing Your Masterlist Changes --- -

You can easily test your masterlist changes before syncing them to the online repository, using the method detailed below, which makes LOOT use a local repository of your choosing than the online one.

+

You can easily test your masterlist changes before syncing them to the online repository, using the method detailed below, which makes LOOT use a local masterlist of your choosing rather than the online one.

    -
  1. Run LOOT, and open its settings window.
  2. -
  3. In the Masterlist Repository URL setting's text box for the game you want to test, enter the path to your local repository. Eg. if you have the Skyrim masterlist repository at C:\foo\bar\skyrim, then put that in the box.
  4. -
  5. Apply the settings, then close and relaunch LOOT. LOOT will now update using your local repository instead of the online one.
  6. +
  7. Run LOOT, open the File menu and select Settings....
  8. +
  9. Select the game you want to test and, in the Masterlist Source field, enter the path to your local masterlist. E.g., if you have the Skyrim masterlist in a repository at C:\foo\bar\skyrim\masterlist.yaml, then put that in the field.
  10. +
  11. Save your settings, and the settings dialog will automatically close. LOOT will now update using your local masterlist instead of the online one.
-

Note that LOOT won't keep your local repository synced with the online one, so you'll have to do that yourself. LOOT will also ignore uncommitted changes in your local repository.

+

Note that LOOT won't keep your local masterlist synced with the online one, so you'll have to do that yourself.