Skip to content

Commit

Permalink
Add note concerning the correct release tarball file (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Oct 26, 2021
1 parent 8da128f commit a2bc4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/INSTALL.md
Expand Up @@ -45,6 +45,7 @@ inside that tarball for the appropriate instructions.
- Log out of Roundcube!
This is important because RCMCardDAV runs its database initialisation / update procedure only when a user logs in!
- Download the release tarball from [here](https://github.com/mstilkerich/rcmcarddav/releases)
- Note: The correct tarball is named `carddav-vX.Y.Z.tar.gz`. Do not use the "Source code" tar.gz or zip files, these are only exports of the repository. Unfortunately, github creates these automatically for each release.
- Extract the tarball to the roundcube/plugins directory (assuming roundcube is installed at `/var/lib/roundcube`)
`cd /var/lib/roundcube/plugins && tar xvzf /tmp/carddav-v4.1.0.tar.gz`
- [Configure](#configuration) the plugin if needed.
Expand Down

0 comments on commit a2bc4ef

Please sign in to comment.