Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# JIG.Client
2024 New version JIG-Client
2024 New version JIG-Client (branch odroid-c4)
* Document : https://docs.google.com/spreadsheets/d/1igBObU7CnP6FRaRt-x46l5R77-8uAKEskkhthnFwtpY/edit?gid=719914769#gid=719914769

### ODROID-C4 (2024-11-18)
Expand Down Expand Up @@ -45,11 +45,11 @@ root@odroid:~# git config --global user.name "charles-park"

### Clone the reopsitory with submodule
```
root@odroid:~# git clone --recursive https://github.com/charles-park/JIG.Client
root@odroid:~# git clone -b odroid-c4 --recursive https://github.com/charles-park/JIG.Client

or

root@odroid:~# git clone https://github.com/charles-park/JIG.Client
root@odroid:~# git clone -b odroid-c4 https://github.com/charles-park/JIG.Client
root@odroid:~# cd JIG.Client
root@odroid:~/JIG.Client# git submodule update --init --recursive
```
Expand Down
2 changes: 1 addition & 1 deletion lib_dev_check