From fe7800ac7d5034622d43b78bbfec7df7e96352c2 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Fri, 7 Oct 2022 16:47:23 +0200 Subject: [PATCH] formatting for github.com --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b42edc..f9b364b 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,9 @@ Clone this github repo into your desired webroot, and install dependencies: You can configure everything (e.g. website title, your photo, quote, etc) by editing `config.yaml` and replacing all the Jesse data with your own. -For testing locally with gunicorn, _without_ a docker rebuild, you can just do: +For testing locally: `gunicorn app:app` -`gunicorn app:app` - -For testing with docker locally, you can do: +For testing locally _with docker_, you can do: ```bash docker build . -t @@ -36,7 +34,6 @@ For testing with docker locally, you can do: docker run --rm -p 8000:8080 ``` - Then you can go to http://127.0.0.1:8000 in a browser to view your changes.