Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kgshank committed Mar 21, 2021
2 parents 632395b + 3a622cc commit 3109108
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ Python 2 or 3. New version needs Python as optional dependency. Use option to tu
The official method to install this extension is from [extensions.gnome.org](https://extensions.gnome.org/extension/906/sound-output-device-chooser).

To install the extension from source, clone the repository and place it in the `$HOME/.local/share/gnome-shell/extensions` directory
```
```bash
cd ~/.local/share/gnome-shell/extensions/

# Remove older version
rm -rf "*sound-output-device-chooser*"

# Clone current version
git clone https://github.com/kgshank/gse-sound-output-device-chooser.git
cp --recursive gse-sound-output-device-chooser/[email protected] $HOME/.local/share/gnome-shell/extensions/[email protected]

# Install it
cp -r gse-sound-output-device-chooser/[email protected] .
rm -rf "gse-sound-output-device-chooser"
```

Enable the extensions from [GNOME Tweaks](https://wiki.gnome.org/Apps/Tweaks).
Expand Down

0 comments on commit 3109108

Please sign in to comment.