Skip to content

Commit 930c1b3

Browse files
committed
update docs
1 parent 5904bdc commit 930c1b3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@ The reading is divided into two stages:
119119

120120
## Development
121121

122+
### Clone the Repository
123+
124+
If you don't have `git-lfs` installed, please install it first.
125+
126+
```
127+
$ git clone https://github.com/alibaba/paimon-cpp.git
128+
$ cd paimon-cpp
129+
$ git lfs pull
130+
```
131+
122132
### CMake
123133

124134
```

docs/source/building.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ repository:
5757
5858
$ git clone https://github.com/alibaba/paimon-cpp.git
5959
$ cd paimon-cpp
60+
$ git lfs pull
6061
6162
Manual configuration
6263
--------------------

0 commit comments

Comments
 (0)