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