adds bundle install step to installation instructions

This commit is contained in:
Jens Kraemer
2020-07-23 16:18:58 +08:00
parent d6770f1883
commit ff8fdf7d40

View File

@@ -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