From 96e524d28451bc0a1a7e535ff8075daa6c167f52 Mon Sep 17 00:00:00 2001 From: bacalhau Date: Sun, 8 Mar 2026 00:05:33 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5d8fcea..6d614ce 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ This website also does not use JavaScript making it easy to run on any browser. If you have suggestions, find bugs, or want to provide code, just open an issue before submiting a PR. I will probably not accept a PR unless I see that it's actually somewhat important, exceptions can be made, but its kinda goofy to write the code before submiting an issue. ## Running the program -### start the database: -#### Docker/Podman -`docker compose up -d` / `podman-compose up -d` - ### python enviornment `python -m venv venv`