Skip to content

Commit

Permalink
docs:update
Browse files Browse the repository at this point in the history
Signed-off-by: shaoanianche <[email protected]>
  • Loading branch information
shaonianche committed Oct 25, 2023
1 parent c1d8d19 commit ede6bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
3. use v2.0 need change vercel setting from gatsby to vite
4. 2023.09.26 garmin need secret_string(and in Actions) get
```bash
python run_page/garmin_sync.py ${email} ${password}
python run_page/get_garmin_secret.py ${email} ${password}
# if cn
python run_page/garmin_sync.py ${email} ${password} --is-cn
python run_page/get_garmin_secret.py ${email} ${password} --is-cn
```

![running_page](https://socialify.git.ci/yihong0618/running_page/image?description=1&font=Inter&forks=1&issues=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fshaonianche%2Fgallery%2Fmaster%2Frunning_page%2Frunning_page_logo_150*150.jpg&owner=1&pulls=1&stargazers=1&theme=Light)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
3. use v2.0 need change vercel setting from gatsby to vite
4. 2023.09.26 garmin need secret_string(and in Actions) get
```bash
python run_page/garmin_sync.py ${email} ${password}
python run_page/get_garmin_secret.py ${email} ${password}
# if cn
python run_page/garmin_sync.py ${email} ${password} --is-cn
python run_page/get_garmin_secret.py ${email} ${password} --is-cn
```

<p align="center">
Expand Down

0 comments on commit ede6bca

Please sign in to comment.