From 46b466366b87455a84a7b73c1f85223d00023e42 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:21:25 +1000 Subject: [PATCH] use html breaks --- docs/instructions.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/instructions.md b/docs/instructions.md index 0189e93..e4b5b33 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -25,15 +25,22 @@ This should be located at `../PrismLauncher/catpacks`, where `..` varies dependi "What would .. mean in my case?" If you are using a portable build of Prism, .. represents the directory where your portable build resides. - +
+
If you are using a fully installed build of Prism, .. is represented differently depending on OS: - +
+
- Windows: `%appdata%` +
- macOS: `~/Library/Application Support` +
- Linux: `~/.local/share` - +
+
However, if you use either of the following package managers, they will instead be located at: - +
+
- Scoop: `%HOMEPATH%/scoop/persist` - Note that the directory may be seen as `prismlauncher` instead of `PrismLauncher`. This is as intended. - - Flatpak: `~/.var/app/org.prismlauncher.PrismLauncher/data` +
+ - Flatpak: `~/.var/app/org.prismlauncher.PrismLauncher/data`