Skip to content

Commit c3961e6

Browse files
committed
rewrite(how-to/update): use kbd for UI buttons
1 parent c888ac2 commit c3961e6

File tree

5 files changed

+33
-28
lines changed

5 files changed

+33
-28
lines changed

how-to/update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As with any other piece of software, updates may go wrong for many reasons, incl
1616
{% hint style="warning" %}
1717
**FO only supports updates to stable versions**.
1818

19-
We do NOT support updating from a stable to an unstable version, nor do we support downgrading. In those cases, consider creating a separate installation/instance.
19+
We do NOT support updating from a stable to an unstable version, nor do we support downgrading. In those cases, consider creating a separate installation/instance. Read more about [FO's versioning](../../about/versioning.md).
2020

2121
Of course, if you've [added custom mods to FO](../add-mods/), you are responsible for updating those, but you should not update [mods bundled in FO](../../info/mods/) manually.
2222
{% endhint %}

how-to/update/curseforge-app.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ As with any other piece of software, updates may go wrong for many reasons, incl
1111
{% endhint %}
1212

1313
1. Open the **CurseForge App**
14-
2. Select **Minecraft** from the grid or from the sidebar
15-
3. In **My Modpacks**, right-click on **Fabulously Optimized**
16-
4. Click on the **Change Version** button
17-
5. If you cannot find the **Change Version** button, it means you've added custom mods:
18-
1. Click on the three dots button
19-
2. Click on **Profile Options**
20-
3. Uncheck the **Allow content management for this profile** checkbox
21-
4. Click on **Continue**
14+
2. Select <kbd>**Minecraft**</kbd> from the grid or from the sidebar
15+
3. In **My Modpacks**, right-click on <kbd>**Fabulously Optimized**</kbd>
16+
4. Click on the <kbd>**Change Version**</kbd> button
17+
5. If you cannot find the <kbd>**Change Version**</kbd> button, it means you've added custom mods:
18+
1. Click on the <kbd>**three dots**</kbd> button
19+
2. Click on <kbd>**Profile Options**</kbd>
20+
3. Uncheck the <kbd>**Allow content management for this profile**</kbd> checkbox
21+
4. Click on <kbd>**Continue**</kbd>
2222
6. If you do not want the latest version, select the version you want from the dropdown
23-
7. Click on **Continue**. FO should now get updated
24-
8. If you've followed _step 5_, remember to check the **Allow content management for this profile** checkbox again
25-
9. Once updated, launch the instance. Minecraft should open up
23+
7. Click on <kbd>**Continue**</kbd>. FO should now get updated
24+
8. If you've followed _step 5_, remember to check the <kbd>**Allow content management for this profile**</kbd> checkbox again
25+
9. Once updated, click on <kbd>**Play**</kbd> to launch the instance. Minecraft should open up
2626
10. If you can see the newly installed version in the bottom-right corner, you're done!

how-to/update/modrinth-app.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ As with any other piece of software, updates may go wrong for many reasons, incl
1111
{% endhint %}
1212

1313
1. Open the **Modrinth App**
14-
2. Click on the **Library** section
15-
3. Select the existing FO instance
16-
4. Click on the **Update modpack** button on the top-right
14+
2. Click on the <kbd>**Library**</kbd> section
15+
3. Select the existing **Fabulously Optimized** instance
16+
4. Click on the <kbd>**Update modpack**</kbd> button on the top-right
1717
5. If you do not want the latest version, select the version you want from the dropdown
18-
6. Click on the **two-arrows** button. FO should get updated
19-
7. Once updated, launch the instance. Minecraft should open up
18+
6. Click on the <kbd>**two-arrows**</kbd> button. FO should get updated
19+
7. Once updated, launch **Fabulously Optimized**. Minecraft should open up
2020
8. If you can see the newly installed version in the bottom-right corner, you're done!
2121

22-
<!-- TODO: clear cache? -->
22+
<details>
23+
<summary>Clear cache instructions</summary>
24+
25+
TODO
26+
27+
</details>

how-to/update/multimc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ As with any other piece of software, updates may go wrong for many reasons, incl
1313
{% hint style="success" %}
1414
If you had installed [FO on MultiMC **with** automatic updates](../install/multimc.md#automatic-updates), and you're not updating to a newer version of Minecraft, you just need to open the existing versions.
1515

16-
If you get a popup saying **This modpack uses new versions of the following...**, click on the **Update** button.
16+
If you get a popup saying <kbd>**This modpack uses new versions of the following...**</kbd>, click on the <kbd>**Update**</kbd> button.
1717
{% endhint %}
1818

1919
If you had installed [FO on MultiMC **without** automatic updates](../install/multimc.md#easier-installation), or if you're updating to a new version of Minecraft:
2020

2121
1. Follow the [FO installation instructions for MultiMC](../install/multimc.md) again. This will create a new instance
2222
2. In **MultiMC**, click on the previous version
23-
3. Click on **Minecraft Folder**
23+
3. Click on <kbd>**Minecraft Folder**</kbd>
2424
4. Click on the new version as well
25-
5. Click on **Minecraft Folder**
25+
5. Click on <kbd>**Minecraft Folder**</kbd>
2626
6. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 5_:
2727
* `saves`: Your local worlds
2828
* `resourcepacks`: Your resource packs, if any. If you're asked to replace files, do not!
2929
* `shaders`: Your shaders, if any
3030
* `screenshots`: Your screenshots, if any
3131
* `server.dat`: Your multiplayer servers, if any
3232
* `options.txt`: Your custom options and keybinds, if any. If you want the [recommended FO settings](../info/options.md), do not copy it
33-
7. Once you've moved them, launch the new instance. Minecraft should open up
33+
7. Once you've moved them, launch **Fabulously Optimized**. Minecraft should open up
3434
8. If you can see the newly installed version in the bottom-right corner, you can delete the previous version from _step 2_

how-to/update/prism-launcher.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ As with any other piece of software, updates may go wrong for many reasons, incl
1111
{% endhint %}
1212

1313
1. Open the **Prism Launcher**
14-
2. Select the existing FO instance
15-
3. Click on **Edit** in the sidebar
16-
4. Select **Modrinth** in the tab list
14+
2. Select the existing <kbd>**Fabulously Optimized**</kbd> instance
15+
3. Click on <kbd>**Edit**</kbd> in the sidebar
16+
4. Select <kbd>**Modrinth**</kbd> in the tab list
1717
5. If you do not want the latest version, select the version you want from the dropdown
18-
6. Click on the **Update pack** button. A prompt should pop up
19-
7. Click on **Yes**. FO should get updated <!-- TODO: Are you sure? -->
20-
8. Once updated, launch the instance. Minecraft should open up
18+
6. Click on the <kbd>**Update pack**</kbd> button. A prompt should pop up
19+
7. Click on <kbd>**Yes**</kbd>. FO should get updated
20+
8. Once updated, launch **Fabulously Optimized**. Minecraft should open up
2121
9. If you can see the newly installed version in the bottom-right corner, you're done!

0 commit comments

Comments
 (0)