From 2342f30315fe8b897f0cccf7e9fc9b428d357e8b Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 8 Oct 2024 21:23:35 -0400 Subject: [PATCH] Remove `mkdir -p /opt` which is too much detail IMHO --- Manual-Installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 3cfc4b8..8991092 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -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. 3. **Download and extract Calibre-Web:** - - `mkdir -p /opt` - `cd /opt` - `git clone https://github.com/janeczku/calibre-web` - `cd calibre-web`