From 608369f825490030f2518b9ba33498ba96c29388 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Thu, 10 Aug 2023 22:01:50 +0200 Subject: [PATCH] Improved README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 367169b..1b06aa2 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,22 @@ Configuration for [Firefox](https://firefox.com) focused on privacy and blazing-fast browsing, suitable for everyone. +You can find more Firefox and browsing tips [here](https://space.znachor.cz/software/firefox.html) (CZ). + ## Installation -To install this configuration, create a new Firefox profile and edit the following files: +To install this configuration, follow these steps: -1. Create `user.js` file +1. Create a new Firefox profile (optional) + - Open `about:profiles` and create a new profile. + +2. Open profile directory + - You can find the profile's root directory on `about:profiles` page. + - If you are using Flatpak, `.mozilla` directory will be located at `~/.var/app/org.mozilla.firefox/`. + +3. Create `user.js` file - Paste the content of Betterfox's [user.js file](https://raw.githubusercontent.com/yokoffing/Betterfox/master/user.js). - Add the content of my [user.js file](/Znachor/Firefox/raw/branch/master/user.js) at the end of the file. -2. Edit or create `prefs.js` file +4. Edit or create `prefs.js` file - Add the content of my [prefs.js file](/Znachor/Firefox/raw/branch/master/prefs.js) at the end of the file. \ No newline at end of file