Fix landing footer snap and uvicorn docs

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 10:51:55 +09:00
parent 0e3734a318
commit 7dd12fc3ad
4 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python setup.py # creates data dirs and prints an initial admin password
uvicorn app:app --host 0.0.0.0 --port 7000
python -m uvicorn app:app --host 0.0.0.0 --port 7000
```
### Option 3: Manual install — Windows (PowerShell)
@@ -119,7 +119,7 @@ python -m venv venv
venv\Scripts\Activate.ps1
pip install -r requirements.txt
python setup.py
uvicorn app:app --host 0.0.0.0 --port 7000
python -m uvicorn app:app --host 0.0.0.0 --port 7000
```
Open `http://localhost:7000`, log in with the generated admin password,