Skip to content

Commit

Permalink
README.md: more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stynoo committed Dec 22, 2024
1 parent 7e4944c commit f124b7e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ A tool for synchronisation of the Withings API to:
<details>
<summary>Expand to show installation steps.</summary>
1. installing the package:
<ins>1. installing the package:</ins>
```bash
$ pip install withings-sync
```

2. obtaining Withings authorization:
<ins>2. obtaining Withings authorization:</ins>
When running for a very first time, you need to obtain Withings authorization:
```bash
$ withings-sync
Expand All @@ -53,7 +53,7 @@ A tool for synchronisation of the Withings API to:

This is one-time activity and it will not be needed to repeat.

3. running the application:
<ins>3. running the application:</ins>
Subsequent runs will use the saved access tokens in `~/.withings_user.json`
```bash
$ withings-sync
Expand Down Expand Up @@ -152,6 +152,7 @@ A tool for synchronisation of the Withings API to:
This is one-time activity and it will not be needed to repeat.

5. running the container:

Subsequent runs will use the saved access tokens in `~/.withings_user.json`

```bash
Expand Down Expand Up @@ -269,6 +270,7 @@ A tool for synchronisation of the Withings API to:
```

6. running the container:

And for subsequent runs we start docker compose and let the container run in the background.
Subsequent runs will use the saved access tokens in `~/.withings_user.json`

Expand Down

0 comments on commit f124b7e

Please sign in to comment.