Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarcez authored Aug 19, 2018
1 parent 178226d commit 7d14947
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Sul - Strava Uploader

Simple Strava activity uploader inspired by [pi-python-garmin-strava](https://github.com/thegingerbloke/pi-python-garmin-strava).
It creates Strava activities by uploading raw files from your device (only `.fit` supported currently).

It creates Strava activities by uploading raw files from your device (only `.fit` files supported currently).

## Features

Expand Down Expand Up @@ -49,7 +50,8 @@ $ sul upload -t <token> -d /Volumes/GARMIN/ACTIVITY/

### systemd

/etc/systemd/system/garmin-sul.service
`/etc/systemd/system/garmin-sul.service`

```
[Unit]
Description=Garmin Sul trigger
Expand All @@ -63,7 +65,8 @@ ExecStart=/opt/sul/run-sul.sh
WantedBy=media-usb0.mount
```

/opt/sul/run-sul.sh
`/opt/sul/run-sul.sh`

```
#!/bin/bash
Expand Down

0 comments on commit 7d14947

Please sign in to comment.