From fee406e22055cb6948c48439538d10566ccff433 Mon Sep 17 00:00:00 2001 From: powderluv Date: Wed, 30 Nov 2022 13:43:02 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58da96f..f649c906 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,13 @@ For more options to the Stable Diffusion model read [this](https://github.com/no #### Windows 10/11 Users ```powershell -(shark.venv) PS C:\Users\nod\SHARK\web> python web\index.py +(shark.venv) PS C:\Users\nod\SHARK> cd web +(shark.venv) PS C:\Users\nod\SHARK\web> python index.py ``` -#### Linux / macOS Users +#### Linux Users ```shell -(shark.venv) > python web/index.py +(shark.venv) > cd web +(shark.venv) > python index.py ``` Access Stable Diffusion on http://localhost:8080