From 249d971baf95ffd13c6867552eed2d417b90080e Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Tue, 29 Aug 2023 17:54:25 +0330 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e549d59..6cad5c1 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ _________________ #### CMake +- [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html) - [How to CMake Good](https://youtube.com/playlist?list=PLK6MXr8gasrGmIiSuVQXpfFuE1uPT615s) #### Bash Scripting @@ -326,6 +327,7 @@ _________________ #### Docker +- [Docker Docs](https://docs.docker.com/get-started/) - [Introduction to Docker for the Embedded Developer](https://www.youtube.com/watch?v=Fz7ou-VBk-w) _________________