Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aahan0511 committed Feb 15, 2025
1 parent dd27b4d commit 821a829
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ All the messages sent, passwords stored, etc. are stored locally and encrypted w

| Version | Supported |
|---------|-----------|
| v1.0.0 ||
| v1.0.0 ||
| v2.0.0 ||

## Reporting a Vulnerability
Make a new issue for reporting a vulnerability, or make a pull request if you manage to fix it.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@

</div>

1. Open the [**latest release**](https://github.com/Infinium-Inc/Echxus/releases/tag/v1.0.0 "v1.0.0").
1. Open the [**latest release**](https://github.com/Infinium-Inc/Echxus/releases/tag/v2.0.0 "v2.0.0").

2. Install the [`Source code`](https://github.com/Infinium-Inc/Echxus/archive/refs/tags/v1.0.0.zip "Source Code installation"). Or you can even install the executable. Try installing both the executables, use the one that works.
2. Install the [`Source code`](https://github.com/Infinium-Inc/Echxus/archive/refs/tags/v2.0.0.zip "Source Code installation"). Or you can even install the executable. Try installing both the executables, use the one that works.

3. Move the [**assets/**](https://github.com/Infinium-Inc/Echxus/tree/v1.0.0/assets) to the following folder:
3. Move the [**assets/**](https://github.com/Infinium-Inc/Echxus/tree/v2.0.0/assets) to the following folder:
`C:\Users\YOUR_USERNAME\AppData\Local\Echxus`.

4. Keep the [**source/**](https://github.com/Infinium-Inc/Echxus/tree/v1.0.0/source) in the same directory as the `__main__.py`. (This step is not needed if you have installed an executable)
4. Keep the [**source/**](https://github.com/Infinium-Inc/Echxus/tree/v2.0.0/source) in the same directory as the `__main__.py`. (This step is not needed if you have installed an executable)

5. Install the needed [*requirements*](https://github.com/Infinium-Inc/Echxus/blob/v1.0.0/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`.
5. Install the needed [*requirements*](https://github.com/Infinium-Inc/Echxus/blob/v2.0.0/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`.

6. Run the [`__main__.py`](https://github.com/Infinium-Inc/Echxus/blob/v1.0.0/__main__.py "__main__.py"), which starts the app.
6. Run the [`__main__.py`](https://github.com/Infinium-Inc/Echxus/blob/v2.0.0/__main__.py "__main__.py"), which starts the app.

<br><br>
<div align="center">
Expand Down

0 comments on commit 821a829

Please sign in to comment.