-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from UFO-Studios/main
update for archive
- Loading branch information
Showing
6 changed files
with
341 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Python: Current File", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${file}", | ||
"console": "integratedTerminal", | ||
"justMyCode": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Elite:Dangerous Discord Presence | ||
## Installation | ||
1. Download the latest release from [here]() | ||
2. Extract the zip file | ||
3. Navigate to the folder in the terminal. (You can do this by right clicking in the folder and clicking `Open in Terminal`) | ||
3. In the terminal run `pip install -r requirements.txt` & `python ./install.py` | ||
4. Reboot your PC! | ||
It will now run when elite dangerous is running! | ||
## Uninstallation | ||
## Usage: | ||
Download the exe<br> | ||
Run the exe<br> | ||
Open Elite:Dangerous<br> | ||
(Background support will be added soon!)<br> | ||
The exe should show up in your system tray (bottom right)<br> |
Oops, something went wrong.