From 7a33ee03d6c19193bcb893d74c3cafe26614bc65 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 18 Jul 2023 18:21:13 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20docs:=20update=20the=20installat?= =?UTF-8?q?ion=20instructions=20(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index fbb0d16..4353ee5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ paru -S websurfx-edge-git After installing it you can run the websurfx server by running the following commands: -``` bash +```bash redis-server --port 8082 & websurfx ``` @@ -19,7 +19,7 @@ Once you have started the server, open your preferred web browser and navigate t If you want to change the port or the ip or any other configuration setting checkout the [configuration docs](./configuration.md). -## Other Distros +## Other Distros The package is currently not available on other Linux distros. With contribution and support it can be made available on other distros as well 🙂. @@ -91,12 +91,16 @@ production_use = false -- whether to use production mode or not (in other words -- The different colorschemes provided are: -- {{ -- catppuccin-mocha +-- dark-chocolate -- dracula +-- gruvbox-dark -- monokai -- nord -- oceanic-next +-- one-dark -- solarized-dark -- solarized-light +-- tokyo-night -- tomorrow-night -- }} colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme @@ -104,6 +108,9 @@ theme = "simple" -- the theme name which should be used for the website -- ### Caching ### redis_connection_url = "redis://redis:6379" -- redis connection url address on which the client should connect on. + +-- ### Search Engines ### +upstream_search_engines = { DuckDuckGo = true, Searx = false } -- select the upstream search engines from which the results should be fetched. ``` After this run the following command to deploy the app: @@ -124,4 +131,4 @@ cd websurfx git checkout stable ``` -[⬅️ Go back to Home](./README.md) +[⬅️ Go back to Home](./README.md)