diff options
author | Chris Schlaeger <chris@linux.com> | 2016-01-30 20:40:19 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-01-30 20:40:19 +0100 |
commit | 6c2e9624364af2713a54b2e8655e954206271ec9 (patch) | |
tree | aeefa67e219deb607dce54639033cc0db4f0f7c9 /README.md | |
parent | 678cf8a5cb8ec0903871b32507407ebf918087a2 (diff) | |
download | postrunner-6c2e9624364af2713a54b2e8655e954206271ec9.zip |
NEW: Activities can now have an attached note.
Use this to capture any additional information about the activity as
free text. It will be shown in the summary report.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -32,12 +32,13 @@ full path to the directory that contains your FIT files. You can then import all files on the device. ``` -$ postrunner import /var/run/media/user/GARMIN/GARMIN/ACTIVITY/ +$ postrunner import /run/media/$USER/GARMIN/GARMIN/ACTIVITY/ ``` The above command assumes that your device is mounted as -/var/run/media/user. Please replace this with the path to your device. -Files that have been imported previously will not be imported again. +/run/media/$USER. Please replace $USER with your login name and the +path with the path to your device. Files that have been imported +previously will not be imported again. ### Viewing FIT file data on the console |