From ea7c14784d500002b5f7947e16a2ffd5da3f015a Mon Sep 17 00:00:00 2001 From: GeorgeFilipkin Date: Thu, 16 Mar 2017 19:58:16 +0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf6525..a12a115 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ cli and curses mixer for pulseaudio No dbus, no additional pulseaudio configuration is required. +#### Installation: +`pip3 install git+https://github.com/GeorgeFilipkin/pulsemixer.git` + +Or just download pulsemixer manually, do `chmod +x ./pulsemixer` and put it anywhere you want. + #### Usage: ``` Usage of pulsemixer: @@ -35,7 +40,8 @@ pulsemixer --get-volume --change-volume +5 --get-volume If no arguments given - interactive mode is used. Which looks like this: -![Image of whatever](../img//scrn.png?raw=true) +![Image of 1](../img/1.png?raw=true) +![Image of 2](../img/2.png?raw=true) And has the following controls: ```