Skip to content

Commit

Permalink
docs: updated tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Aug 16, 2024
1 parent 91a7e33 commit 15dcf4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following steps will guide you through the process of setting up MyWhoop on
7. Download the MyWhoop Docker image.

```shell
docker pull ghcr.io/karl-cardenas-coding/mywhoop:v0.1.0
docker pull ghcr.io/karl-cardenas-coding/mywhoop:v0.1.1
```

8. Create a directory where you want to store the MyWhoop data and credentials token. The command below creates a folder in your home directory and changes to that directory.
Expand All @@ -83,7 +83,7 @@ The following steps will guide you through the process of setting up MyWhoop on
--volume $PWD:/data \
-e WHOOP_CLIENT_ID=$WHOOP_CLIENT_ID \
-e WHOOP_CLIENT_SECRET=$WHOOP_CLIENT_SECRET \
ghcr.io/karl-cardenas-coding/mywhoop:v0.1.0 login \
ghcr.io/karl-cardenas-coding/mywhoop:v0.1.1 login \
--no-auto-open \
--credentials /app/token.json
```
Expand Down Expand Up @@ -112,7 +112,7 @@ The following steps will guide you through the process of setting up MyWhoop on
docker run --publish 8080:8080 --volume $PWD:/app \
-e WHOOP_CLIENT_ID=$WHOOP_CLIENT_ID \
-e WHOOP_CLIENT_SECRET=$WHOOP_CLIENT_SECRET \
ghcr.io/karl-cardenas-coding/mywhoop:v0.1.0 dump \
ghcr.io/karl-cardenas-coding/mywhoop:v0.1.1 dump \
--credentials /app/token.json \
--location /app
```
Expand Down

0 comments on commit 15dcf4a

Please sign in to comment.