aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 1 insertions, 17 deletions
diff --git a/README.md b/README.md
index f8883d0..652f65f 100644
--- a/README.md
+++ b/README.md
@@ -21,22 +21,7 @@ using Python and vanilla JavaScript.
- **export** - download as `.sent` file for local sent, or export `.pdf` for portability
## usage
-### docker compose (recommended)
-
-```sh
-docker compose up -d
-```
-
-Open [http://localhost:3000](http://localhost:3000).
-
-### docker build
-
-```sh
-docker build -t sent-web .
-docker run -d -p 3000:3000 --init --name sent-web sent-web
-```
-
-### local python run (without docker)
+### local python run
Requirements:
@@ -90,7 +75,6 @@ with multiple lines
- **Gunicorn** - production WSGI server
- **fontconfig** - `fc-list` for font enumeration
- **python-magic + libmagic** - content-based upload type checks
-- **Docker** - containerized with fonts pre-installed
## license