Zaktualizuj 'README.md'

This commit is contained in:
2020-09-03 17:55:01 +00:00
parent b3f427e3f4
commit 02415e8fd2

View File

@@ -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"