Update README.md
Added screenshot and generally helpful installation / updating tips.
This commit is contained in:
parent
f4277cb178
commit
127ad74e59
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -2,9 +2,16 @@
|
|||
Yet another discord overlay for linux written in Python using GTK3
|
||||
|
||||
Considerably lighter on system resources and less hack-and-slash included than discord-overlay.
|
||||

|
||||
|
||||
## Installing
|
||||
|
||||
```
|
||||
git clone https://github.com/trigg/Discover.git
|
||||
cd Discover
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
Requires PyGTK3, websocket_client
|
||||
|
||||
```
|
||||
|
|
@ -17,7 +24,14 @@ run `discover.py`
|
|||
|
||||
Comes with sane-enough defaults but has a system tray icon & settings window if needed.
|
||||
|
||||
## Still in work
|
||||
## Updating
|
||||
|
||||
Navigate to location of installation
|
||||
```
|
||||
git pull
|
||||
```
|
||||
|
||||
## Still in progress
|
||||
|
||||
Not all features are at the level I would like.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue