Skip to content

Commit 6991c41

Browse files
authored
README updated with missed English translation (jomjol#3673)
* README updated with missed English translation * Readme updated
1 parent 8bb274c commit 6991c41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
```
55
git clone https://github.com/jomjol/AI-on-the-edge-device.git
66
cd AI-on-the-edge-device
7-
git checkout rolling
7+
git checkout main
88
git submodule update --init
99
```
1010

1111
## Update Submodules
1212
```
1313
cd /components/submodule-name (e.g. tflite-micro-example)
1414
git checkout VERSION (e.g. HASH of latest tflite-micro-example build)
15-
cd ../../ (auf Ebene von code)
15+
cd ../../ (at the code level)
1616
git submodule update --init
1717
```
18-
Evt. muss man vorher noch einige Verzeichnisse in compenents von Hand löschen, da sie beim checkout nicht gelöscht wurden (vor update -- init)
18+
You may need to manually delete some directories in the 'components' folder beforehand, as they were not deleted during checkout (before update -- init)
1919

2020
## Build and Flash within terminal
2121
See further down to build it within an IDE.

0 commit comments

Comments
 (0)