Skip to content

Commit

Permalink
Added section for Windows install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberSahdev committed Mar 1, 2024
1 parent 77c405f commit c6d136e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Open Interface can
<summary><b>Linux</b></summary>
<ul>
<li>Linux binary has been tested on Ubuntu 20.04 so far.</li>
<li>Download the Linux binary from the latest <a href="https://github.com/AmberSahdev/Open-Interface/releases/latest">release</a>.</li>
<li>Download the Linux zip file from the latest <a href="https://github.com/AmberSahdev/Open-Interface/releases/latest">release</a>.</li>
<li>
Extract the executable and run it from the Terminal via <br>
<code>./Open\ Interface</code>
Expand All @@ -76,7 +76,13 @@ Open Interface can
</details>
<details>
<summary><b>Windows</b></summary>
The Windows executable build is still under progress.
<ul>
<li>Windows binary has been tested on Windows 10.</li>
<li>Download the Windows zip file from the latest <a href="https://github.com/AmberSahdev/Open-Interface/releases/latest">release</a>.</li>
<li>
Unzip the folder, move the exe to the desired location, double click to open, and voila.
</li>
</ul>
</details>


Expand Down
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Usage
```commandline
python3.9 app.py
python3 app.py
```

### System Diagram
Expand Down

0 comments on commit c6d136e

Please sign in to comment.