Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Franz recipe is basically nothing else than a node module and is currently ini
1. To install a new integration, download the integration folder e.g `whatsapp`.
2. Open the Franz Plugins folder on your machine (note that this `dev` directory may not exist yet, and you must create it):
* Mac: `~/Library/Application Support/Franz/recipes/dev/`
* Windows: `%appdata%/Franz/recipes/dev/`
* Windows: `%appdata%/Roaming/Franz/recipes/dev/`
* Linux: `~/.config/Franz/recipes/dev`
3. Copy the `whatsapp` folder into the plugins directory
4. Reload Franz
Expand Down