From ff8fdf7d40dbf8d75521255ef5a3af20d4630871 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Thu, 23 Jul 2020 16:18:58 +0800 Subject: [PATCH] adds bundle install step to installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d95556..bf91c81 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Minimal plugin that aims to make tracking your time with Redmine much easier. in the window title. - Creating an entry with 0 minutes saves it in *running* state. -![Screenshow](https://github.com/jkraemer/stopwatch/raw/screenshots/img/screenshot.png) +![Screenshot](https://github.com/jkraemer/stopwatch/raw/screenshots/img/screenshot.png) ## Installation -Add the plugin to your Redmine installation's `plugins` folder, restart -Redmine. No database migrations necessary. +Add the plugin to your Redmine installation's `plugins` folder, run `bundle +install` and restart Redmine. No database migrations necessary. ## License