Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,26 +17,23 @@ size_categories:
|
|
| 17 |
|
| 18 |
### 快速克隆
|
| 19 |
|
|
|
|
| 20 |
```bash
|
| 21 |
-
# 安装 Git LFS
|
| 22 |
## Mac 系统
|
| 23 |
-
```
|
| 24 |
brew install git-lfs
|
| 25 |
-
|
| 26 |
|
| 27 |
## Linux 系统
|
| 28 |
-
|
| 29 |
git lfs install
|
| 30 |
-
```
|
| 31 |
|
| 32 |
-
# 克隆到项目目录
|
| 33 |
cd unreal_project
|
| 34 |
-
git clone https://huggingface.co/datasets/WindyLab/MultiAgent-Content Content
|
| 35 |
-
```
|
| 36 |
|
| 37 |
-
|
|
|
|
| 38 |
|
| 39 |
-
|
| 40 |
git clone https://hf-mirror.com/datasets/WindyLab/MultiAgent-Content Content
|
| 41 |
```
|
| 42 |
|
|
|
|
| 17 |
|
| 18 |
### 快速克隆
|
| 19 |
|
| 20 |
+
#### 1. 安装 Git LFS
|
| 21 |
```bash
|
|
|
|
| 22 |
## Mac 系统
|
|
|
|
| 23 |
brew install git-lfs
|
| 24 |
+
git lfs install
|
| 25 |
|
| 26 |
## Linux 系统
|
| 27 |
+
sudo apt-get install git-lfs
|
| 28 |
git lfs install
|
|
|
|
| 29 |
|
| 30 |
+
## 克隆到项目目录
|
| 31 |
cd unreal_project
|
|
|
|
|
|
|
| 32 |
|
| 33 |
+
## 有🪜
|
| 34 |
+
git clone https://huggingface.co/datasets/WindyLab/MultiAgent-Content Content
|
| 35 |
|
| 36 |
+
## 中国用户
|
| 37 |
git clone https://hf-mirror.com/datasets/WindyLab/MultiAgent-Content Content
|
| 38 |
```
|
| 39 |
|