From 4ada47fcf3d89b6b7b8673523995dce70f950e47 Mon Sep 17 00:00:00 2001 From: Audiosutras <37882933+Audiosutras@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:51:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19fa6bff..368f57501 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Please make sure to run clang format, keep to the conventions used throughout th # Self-hosting To self-host Librum you need to run [Librum-Server](https://github.com/Librum-Reader/Librum-Server) locally (instructions can be found [here](https://github.com/Librum-Reader/Librum-Server#self-hosting)) and tell the client to use your self-hosted server by: -- (Linux) Editing ~/.config/Librum-Reader/Librum.conf and setting `selfHosted=true` and `serverHost` to your server's url (e.g. `serverHost=https://127.0.0.1:5001`) +- (Linux) Editing ~/.config/Librum-Reader/Librum.conf and setting `selfHosted=true` and `serverHost` to your server's url (e.g. `serverHost=https://127.0.0.1:5000`) - (Windows) Opening the registry editor (Press `Win + R` and search for `regedit`), navigating to `HKEY_CURRENT_USER\Software\Librum-Reader\Librum` and setting `selfHosted=true` and `serverHost` to your server's url Make sure to run the application before following the steps above, to generate the required files.