From 51f360c8ec0de05ac36938306b68a525dd96ea00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0tamcar?= Date: Fri, 27 Sep 2024 17:27:46 +0200 Subject: [PATCH] Fix LibreWolf download links --- docs/docs/help/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/help/faq.md b/docs/docs/help/faq.md index a02e41cb..9feb44bc 100644 --- a/docs/docs/help/faq.md +++ b/docs/docs/help/faq.md @@ -175,21 +175,21 @@ runtime](../user-guide/extension.md#patch-profiles-and-runtime) from the extensi === "Windows" 1. Create [an empty runtime directory](../resources/installation-directories.md#runtime) (or clear it if it already exists). - 2. Download [the latest `.win64-portable.zip` file](https://gitlab.com/librewolf-community/browser/windows/-/releases) from the LibreWolf releases. + 2. Download [the latest `-windows-x86_64-portable.zip` file](https://gitlab.com/librewolf-community/browser/bsys6/-/releases) from the LibreWolf releases. 3. Extract file and copy **content** of `librewolf-VERSION\LibreWolf` to the runtime directory. 4. Open Command Line in that directory and run `mklink firefox.exe librewolf.exe`. === "Linux" 1. Create [an empty runtime directory](../resources/installation-directories.md#runtime) (or clear it if it already exists). - 2. Download [the latest `.x86_64.tar.bz2` file](https://gitlab.com/librewolf-community/browser/linux/-/releases) from the LibreWolf releases. + 2. Download [the latest `-linux-x86_64-package.tar.bz2` file](https://gitlab.com/librewolf-community/browser/bsys6/-/releases) from the LibreWolf releases. 3. Extract file and copy its **content** to the runtime directory. 4. Open Terminal in that directory and run: `ln librewolf firefox`. === "macOS" 1. Create [an empty runtime directory](../resources/installation-directories.md#runtime) (or clear it if it already exists). - 2. Download [the latest `.dmg` file](https://gitlab.com/librewolf-community/browser/macos/-/releases) from the LibreWolf releases. + 2. Download [the latest `-macos-x86_64-package.dmg` file](https://gitlab.com/librewolf-community/browser/bsys6/-/releases) from the LibreWolf releases. 3. Extract file and copy `LibreWolf/LibreWolf.app` to the the runtime directory. 4. Rename `LibreWolf.app` directory in the runtime directory to `Firefox.app`. 5. Open Terminal inside `Firefox.app/Contents/MacOS` and run: `ln librewolf firefox`.