7 lines
119 B
Markdown
7 lines
119 B
Markdown
|
|
# 如何安装
|
||
|
|
|
||
|
|
```bash
|
||
|
|
git clone <repository_url> <dir_name>
|
||
|
|
cd <dir_name>
|
||
|
|
git submodule update --init --recursive
|
||
|
|
```
|