From 02415e8fd2479850ac2514a43c244f49203ab1bf Mon Sep 17 00:00:00 2001 From: bartool Date: Thu, 3 Sep 2020 17:55:01 +0000 Subject: [PATCH] Zaktualizuj 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77aa6a2..81eb322 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Kroki do wykonania: ```bash ceedling new MyProject ``` -2. Dodajesz **.gitignore** [build/] i **README.md** +2. Dodajesz **.gitignore** [build/] i **README.md** 3. Konfiguracja vscode - * **c_cpp_properties.json** + * **c_cpp_properties.json** ```json { "configurations": [ @@ -75,8 +75,8 @@ Kroki do wykonania: - module_generator - xml_tests_report ``` -4. Dodać **Makfile** -5. git +4. Dodać **Makfile** +5. git ```bash git add . git commit -m "init commit"