diff --git a/README.md b/README.md index b15ca83..a362461 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,6 @@ $ touch hosts $ tr -dc A-Za-z0-9 tokens ``` -## Python Application - -```sh -$ python -m venv .venv -$ source .venv/bin/acticate -$ pip install -r requirements.txt - -# run the application -$ fastapi run server.py --host 0.0.0.0 --port 8000 -``` - ## Sudoers configuration ``` @@ -68,6 +57,17 @@ local=/domain/ local=/domain2/ ``` +## Python Application + +```sh +$ python -m venv .venv +$ source .venv/bin/acticate +$ pip install -r requirements.txt + +# run the application +$ fastapi run server.py --host 0.0.0.0 --port 8000 +``` + # License (MIT) Copyright 2024 Kevin Wojkovich