From 18da26d358f5f31008a6198e995f7751113382d2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 12 Jan 2017 22:59:21 +0100 Subject: cd != cp (fix typo in Installation section) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 43d9f9a..275a0d2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ of your roundcube installation: $ git clone git://github.com/fasterit/roundcube_calendar.git $ cd roundcube_calendar - $ cd -r calendar/ libcalendaring/ /var/www/htdocs/roundcube/plugins/ # adjust as needed + $ cp -r calendar/ libcalendaring/ /var/www/htdocs/roundcube/plugins/ # adjust as needed Copy and edit the supplied config.inc.php.dist: -- cgit v1.2.3