1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-31 23:26:20 +00:00

Remove mkdir -p /opt which is too much detail IMHO

A Holt 2024-10-08 21:23:35 -04:00
parent 77279b7388
commit 2342f30315

@ -16,7 +16,6 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
- Installing `python3-cryptography` may not required if you install a newer version of `cryptography` using pip, as described in Step 6. - Installing `python3-cryptography` may not required if you install a newer version of `cryptography` using pip, as described in Step 6.
3. **Download and extract Calibre-Web:** 3. **Download and extract Calibre-Web:**
- `mkdir -p /opt`
- `cd /opt` - `cd /opt`
- `git clone https://github.com/janeczku/calibre-web` - `git clone https://github.com/janeczku/calibre-web`
- `cd calibre-web` - `cd calibre-web`