Zaktualizuj 'README.md'
This commit is contained in:
@@ -7,10 +7,10 @@ Kroki do wykonania:
|
|||||||
```bash
|
```bash
|
||||||
ceedling new MyProject
|
ceedling new MyProject
|
||||||
```
|
```
|
||||||
2. Dodajesz **.gitignore** [build/] i **README.md**
|
2. Dodajesz **.gitignore** [build/] i **README.md**
|
||||||
3. Konfiguracja vscode
|
3. Konfiguracja vscode
|
||||||
|
|
||||||
* **c_cpp_properties.json**
|
* **c_cpp_properties.json**
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"configurations": [
|
"configurations": [
|
||||||
@@ -75,8 +75,8 @@ Kroki do wykonania:
|
|||||||
- module_generator
|
- module_generator
|
||||||
- xml_tests_report
|
- xml_tests_report
|
||||||
```
|
```
|
||||||
4. Dodać **Makfile**
|
4. Dodać **Makfile**
|
||||||
5. git
|
5. git
|
||||||
```bash
|
```bash
|
||||||
git add .
|
git add .
|
||||||
git commit -m "init commit"
|
git commit -m "init commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user