diff options
author | Chris Schlaeger <chris@linux.com> | 2014-09-03 22:05:13 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-09-03 22:05:13 +0200 |
commit | 3add3cbc47b4664d0795d1587ec2e7459e349994 (patch) | |
tree | aa98270e990c90a36739cd28958fd6cca9a7aa14 /README.md | |
parent | ec59add23f3f3424fb2247f2cfd4dc2a11b94e2f (diff) | |
download | postrunner-3add3cbc47b4664d0795d1587ec2e7459e349994.zip |
Bumping version to 0.0.6v0.0.6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,12 +2,14 @@ PostRunner is an application to manage FIT files such as those produced by Garmin products like the Forerunner 620 (FR620). It allows you to -import the files from the device and inspect them. +import the files from the device and inspect them. ## Installation PostRunner is a [http://www.ruby-lang.org](Ruby) application. You need -to have a Ruby 2.0 or later runtime environment installed. +to have a Ruby 2.0 or later runtime environment installed. This +application was developed and tested on Linux but may work on other +operating systems as well. ``` $ gem install postrunner |