summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2016-01-30 20:40:19 +0100
committerChris Schlaeger <chris@linux.com>2016-01-30 20:40:19 +0100
commit6c2e9624364af2713a54b2e8655e954206271ec9 (patch)
treeaeefa67e219deb607dce54639033cc0db4f0f7c9 /README.md
parent678cf8a5cb8ec0903871b32507407ebf918087a2 (diff)
downloadpostrunner-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.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 734ef45..9f9c0e9 100644
--- a/README.md
+++ b/README.md
@@ -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