Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelDobariya38 committed Jan 11, 2024
1 parent deab251 commit 611c1ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3>Running App</h3>
<li><strong>Option 1: Double Click (Graphical Interface)</strong>
<ul>
<li>Navigate to the unzipped Smart Manager folder.</li>
<li>Locate the <code>main.py</code> file, usually located in the root directory.</li>
<li>Locate the <code>main.py</code> file, usually located in the <code>root/SmartManager</code> directory.</li>
<li>Double-click on <code>main.py</code> to launch the application.</li>
</ul>
</li>
Expand All @@ -68,7 +68,7 @@ <h3>Running App</h3>
<ul>
<li>Navigate to the unzipped Smart Manager folder in the command prompt.</li>
<li>Run the application using the following command:
<pre class="lang-bash"><code>python main.py</code></pre>
<pre class="lang-bash"><code>python SmartManager/main.py</code></pre>
</li>
</ul>
</li>
Expand Down

0 comments on commit 611c1ce

Please sign in to comment.