summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-02-25 15:16:09 +0000
committerSimon McVittie <smcv@debian.org>2019-07-15 09:59:47 +0100
commit3604aefeb87a06f0bec880384492f7c18b5626bf (patch)
tree9803b1564b918cd0009e435eda2003987ec644ea /README.md
parent355180f14ed94eef80aa10e716e01df2df2c084b (diff)
Add a build system for gschemas.compiled
Instead of including it in the git repository, build it from its source code (the XML) as needed. This commit also adds brief installation instructions, and a convenience target to generate new release zip files. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5a6d8cb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Bluetooth quick connect
+
+This extension allows paired Bluetooth devices to be connected and
+disconnected via the GNOME system menu, without having to enter the
+Settings app every time.
+
+## Installation from extensions.gnome.org
+
+https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/
+
+## Installation from source code
+
+```
+git clone https://github.com/bjarosze/gnome-bluetooth-quick-connect
+cd gnome-bluetooth-quick-connect
+make
+rm -r ~/.local/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com
+cp -r gnome-bluetooth-quick-connect ~/.local/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com
+```