From e65de173f343a6c76f5046bdc80c7416d1184cc4 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Thu, 13 Aug 2020 23:55:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec27bbd..952266e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Plugin for [`dotbot`](https://github.com/anishathalye/dotbot) to edit and sync c git submodule add https://github.com/fundor333/crontab-dotbot.git ``` -2. Modify your `install` script to enable the `ghq` plugin. +2. Modify your `install` script to enable the `crontab-dotbot` plugin. ```bash "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir crontab-dotbot-c "${CONFIG}" "${@}"