diff --git a/Manual-Installation.md b/Manual-Installation.md index eb87612..e3a366e 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -27,7 +27,7 @@ ERROR: Could not build wheels for cryptography, which is required to install pyp Issues with Ubuntu: Please note that running the above install command can fail on some versions of Ubuntu, saying `"can't combine user with prefix"`. This is a [known bug](https://github.com/pypa/pip/issues/3826) and can be remedied by using the command `./venv/bin/python3 -m pip install --system -r requirements.txt` instead. -Remark: All config files (settings database, log files) are stored in Calibre-Web root page (in this example /opt/calibre-web). Additional config files, such as the config files for gdrive and gmail have to be placed there too. +Remark: All config files (settings database, log files) are stored in Calibre-Web root folder (in this example /opt/calibre-web). Additional config files, such as the config files for gdrive and gmail have to be placed there too. #### Manual installation on Windows