From 0133966b673feb55e0f3e7f6256f7f04301b9a31 Mon Sep 17 00:00:00 2001 From: obar1 Date: Wed, 13 Dec 2023 21:04:34 +0100 Subject: [PATCH] update readme.md --- README.md | 32 +++++++++--------- ...> f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png | Bin 2 files changed, 16 insertions(+), 16 deletions(-) rename image.png => f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png (100%) diff --git a/README.md b/README.md index 56c8b6a..e3b4161 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # readme -| SQ | CI | CodeSpace | -|--------------|-----------|------------| -| [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=obar1_0to100)](https://sonarcloud.io/summary/new_code?id=obar1_0to100) | ![](https://github.com/obar1/0to100/actions/workflows/makefile.yml/badge.svg) | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/obar1/0to100?quickstart=1) | +| SQ | CI | CodeSpace | +| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | +| [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=obar1_0to100)](https://sonarcloud.io/summary/new_code?id=obar1_0to100) | ![](https://github.com/obar1/0to100/actions/workflows/makefile.yml/badge.svg) | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/obar1/0to100?quickstart=1) | ## oto100 @@ -20,16 +20,18 @@ pip install -r requirements.txt cp ./zero_to_one_hundred/tests/resources/map.yaml . cat map.yaml ``` + ![](ab67dd2b-7c12-4cdf-a7a5-f773c2b67919.png) ```bash -export MAP_YAML_PATH='map.yaml' && python ./main.py help -# tip: add it to .bash_rc etc or some shell script +# tip: add it to .bash_rc etc or some shell script +export MAP_YAML_PATH=$(pwd)/map.yaml +python ./main.py help + ``` ![](50a86373-910b-4a12-85ef-251b6d4f08f0.png) - ### daily usage: - create new section @@ -44,9 +46,9 @@ url=https://cloud.google.com/help python ./main.py create_section $url #...etc ``` + ![](9b873c30-eccb-4c17-9d36-1c302060f5c3.png) - ## oto100 safari books :construction: 0 to 100 ... learn anything from safari books https://learning.oreilly.com/member/login/ @@ -56,7 +58,7 @@ python ./main.py create_section $url https://github.com/lorenzodifuccia/safaribooks > just a sample -![](a1aef2bb-ce75-4288-8051-512ca8865522.png) +> ![](a1aef2bb-ce75-4288-8051-512ca8865522.png) ### 1st time usage: @@ -71,15 +73,16 @@ cp ./zero_to_one_hundred/tests_sb/resources/map.yaml . cat map.yaml ``` + ![](a4b09e11-9f1f-4098-a4e2-77d6df85226a.png) ```bash vim map.yaml -# add your membership details :) +# add your membership details :) export MAP_YAML_PATH='map.yaml' && python ./main_sb.py help -# tip: add it to .bash_rc etc or some shell script +# tip: add it to .bash_rc etc or some shell script ``` ![](63fd79b5-ad41-45fd-a2dc-367f317bcc0c.png) @@ -96,18 +99,15 @@ python ./main_sb.py create_meta_book $url ``` + > add your membership details :) and it will work ![](c81254c5-058e-419a-b9c3-e967be2e5302.png) - - ->ex with mine :) - -![](image.png) +> ex with mine :) +![](f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png) and you have a `toc.md` for free to use as index ![](d05502bb-4b90-422f-9624-568d9f02cd08.png) - diff --git a/image.png b/f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png similarity index 100% rename from image.png rename to f5ac382b-dafe-4ba7-ba82-a3cabc01553e.png