diff --git a/README.md b/README.md index 2812a6e..779521d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ chmod a+x path/to/repo/install.sh && path/to/repo/install.sh installed_name This will add a symbolic link 'installed_name' to your '/usr/local/bin/' directory for the main 'hour_logger.py' file, and give it executable permissions. You may need to restart your terminal session. The following sections assume that '/usr/local/bin/' is in your PATH, and that you used the default installed_name ('hours'). ### BitBar -![](https://raw.githubusercontent.com/udeyrishi/hour_logger/master/bitbar1.png) ![](https://raw.githubusercontent.com/udeyrishi/hour_logger/master/bitbar2.png) +![](https://raw.githubusercontent.com/udeyrishi/hour_logger/master/bitbar.png) ![](https://raw.githubusercontent.com/udeyrishi/hour_logger/master/bitbar2.png) Additionally, the install.sh will generate a shell script called installed_name.1h.sh in your repo directory, and gives it executable permissions. If you use [BitBar](https://github.com/matryer/bitbar), and want to use hour_logger as a plugin, then put this file in your plugins directory. Else, you can ignore/delete it. This plugin uses the '--bitbar' option of hour_logger for generating the BitBar friendly output. ### Usage diff --git a/bitbar1.png b/bitbar.png similarity index 100% rename from bitbar1.png rename to bitbar.png