From 6a563168cb57cf0c19362ef20f9ce4a7b98e08b2 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Tue, 6 Jun 2023 14:27:19 +0200 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90832bf..367169b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Firefox config -This repository contains my overrides of the default user.js configuration file from the [Betterfox project](https://github.com/yokoffing/Betterfox). +Configuration for [Firefox](https://firefox.com) focused on privacy and blazing-fast browsing, suitable for everyone. -To install this configuration, create a new Firefox profile and copy [the user.js file](https://github.com/yokoffing/Betterfox/blob/master/user.js) from Betterfox there, followed by the content of the user-overrides.js file. +## Installation + +To install this configuration, create a new Firefox profile and edit the following files: + +1. 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 + - 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