Skip to content

Commit

Permalink
Merge pull request #1 from UFO-Studios/main
Browse files Browse the repository at this point in the history
update for archive
  • Loading branch information
O.Whale authored Nov 9, 2023
2 parents ec94a24 + b8306fa commit ec890dd
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 91 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
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
}
]
}
14 changes: 6 additions & 8 deletions README.MD
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>
Loading

0 comments on commit ec890dd

Please sign in to comment.