diff --git a/README.md b/README.md
index a09811a..6e9c113 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,13 @@ This library allows you to communicate small amounts of data between air-gapped
This library is used only to generate and analyze the RAW waveforms that are played and captured from your audio devices (speakers, microphones, etc.). You are free to use any audio backend (e.g. PulseAudio, ALSA, etc.) as long as you provide callbacks for queuing and dequeuing audio samples.
-You can easily test the library on your phone with these free mobile apps:
+You can easily test the library using the `Waver: Data Over Sound` application:
+
+
+
**Browser demo:** https://ggwave.ggerganov.com
@@ -105,6 +108,19 @@ emcmake cmake ..
make
```
+
+## Installing the Waver application
+
+[](https://snapcraft.io/waver)
+
+### Linux
+
+```bash
+sudo snap install waver
+sudo snap connect waver:audio-record :audio-record
+```
+
+
## Todo
- [ ] Improve library interface