From 9e85fc60b960afc88805066af8259200409a37b5 Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:27:14 +0600 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7971388..b60af76 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,9 @@ Then run `portable.py`, click [this link](https://realpython.com/run-python-scri python portable.py ``` -Then follow these simple steps +Then open the link shown in the terminal in the browser and you'll be able to use this -### Customizing listening host and port, Systemd / Reverse-proxy example - -## - -Installation using venv and running under specific bind address / port +### Installation using venv and running under specific bind address / port ```sh python3 -m venv venv @@ -94,7 +90,9 @@ To show Bookmarks in Chrome, click the icon with three horizontal bars in the to Instructions courtesy of [@barakplasma](https://github.com/barakplasma) -## Systemd Service +## Customizing listening host and port, Systemd / Reverse-proxy example + +### Systemd Service ``` /lib/systemd/system/13ft.service @@ -125,7 +123,7 @@ StandardError=journal WantedBy=multi-user.target ``` -## Reverse Proxy +### Reverse Proxy ``` @@ -158,6 +156,7 @@ WantedBy=multi-user.target ``` +## Screenshots ### Step 1