From f124b7e4dd122355bb81dd4fdcdf41b4a7b11c39 Mon Sep 17 00:00:00 2001 From: stynoo <17745813+stynoo@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:03:49 +0100 Subject: [PATCH] README.md: more formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21df1aa..7e59561 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ A tool for synchronisation of the Withings API to:
Expand to show installation steps. - 1. installing the package: + 1. installing the package: ```bash $ pip install withings-sync ``` - 2. obtaining Withings authorization: + 2. obtaining Withings authorization: When running for a very first time, you need to obtain Withings authorization: ```bash $ withings-sync @@ -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: + 3. running the application: Subsequent runs will use the saved access tokens in `~/.withings_user.json` ```bash $ withings-sync @@ -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 @@ -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`