Skip to content

Commit

Permalink
Fix LibreWolf download links
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Sep 27, 2024
1 parent fd1c1bf commit 51f360c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 51f360c

Please sign in to comment.