Updated Manual Installation (markdown)

4ce 2022-05-10 16:17:48 -04:00
parent 5da0292e17
commit 781dab44be
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ If you want to manually install Calibre-Web (“from source”), follow the proc
- `sudo apt install python3-pip python3-venv`
2. Go to the folder where you want to install Calibre-Web, e.g.,: `/opt/calibre-web `
2. Go to the folder where you want to install Calibre-Web, e.g., `/opt/calibre-web `
3. Create virtual environment for calibre web in folder venv
- `cd /opt && git clone https://github.com/janeczku/calibre-web && cd calibre-web`