virtualabs / hackwatch

T-Watch 2020 v1/v2/v3 compatible firmware providing WiFi and BLE testing tools, TV-B-Gone and a watch feature (obviously)
MIT License
70 stars 14 forks source link

Installation procedure #9

Closed dbarzin closed 3 years ago

dbarzin commented 3 years ago

Document installation procedure

virtualabs commented 3 years ago

Thanks a lot for this pull request ! I only have one thing to note: the twatch-lib is present in the repository as a git submodule, so you only need to execute the following command to clone the repository and fetch the correct version of this component:

git clone --recurse-submodules https://github.com/virtualabs/hackwatch.git

dbarzin commented 3 years ago

Thanks, I have learned somthing. I will update it.

dbarzin commented 3 years ago

Fixed