From 611c1ce2c7f25249d270788ed4056ee8b1f80641 Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Thu, 11 Jan 2024 20:42:26 +0530 Subject: [PATCH] update documentation --- README.md | 4 ++-- docs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a37937..3a1c7df 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ After completing the installation steps, you can run the application using one o 1. Navigate to the unzipped Smart Manager folder. -2. Locate the `main.py` file, usually located in the root directory. +2. Locate the `main.py` file, usually located in the `root/SmartManager` directory. 3. Double-click on `main.py` to launch the application. @@ -49,7 +49,7 @@ After completing the installation steps, you can run the application using one o 2. Run the application using the following command: ```bash - python main.py + python SmartManager/main.py ``` These steps ensure a smooth installation process and provide options for running the application based on user preferences. If you encounter any issues during installation or have questions, feel free to check our [documentation](https://jeeldobariya38.github.io/Smart-Manager/) or troubleshooting guidelines. diff --git a/docs/index.html b/docs/index.html index 57f5131..bec3b1c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,7 +59,7 @@

Running App

  • Option 1: Double Click (Graphical Interface)
  • @@ -68,7 +68,7 @@

    Running App