diff --git a/readme.md b/readme.md index e8f8ee3..96ea799 100644 --- a/readme.md +++ b/readme.md @@ -46,25 +46,32 @@ Picture it… #### Shell -* setting up the chosen Operating System container - * Domain Name System resolving - * package manager configuration & repositories - * Certificate Authorities trusting - * Operating System updating -* installing Git to clone - * this project - * its parent framework -* installing both Python - * system environment - * virtual environment -* generating a Python module to switch +* [X] setting up the chosen Operating System container + * [X] Domain Name System resolving + * [X] package manager configuration & repositories + * [X] Certificate Authorities trusting + * [X] Operating System updating +* [X] installing Git to clone + * [X] this project + * [X] its parent framework +* [X] installing both Python + * [X] system environment + * [X] virtual environment +* [X] generating a Python module to switch context #### Python -* setting up an OpenSSH client context - * known hosts - * private key -* parsing common YAML syntax to launch Python actions +* [X] setting up an OpenSSH client + * [X] known hosts + * [ ] private key +* [ ] and finally parsing commands from + * [X] system + * [ ] workflow +* [ ] to run available actions + * [ ] check project + * [ ] build project + * [X] browse workspace + * [ ] synchronize ---