We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5904bdc commit 930c1b3Copy full SHA for 930c1b3
README.md
@@ -119,6 +119,16 @@ The reading is divided into two stages:
119
120
## Development
121
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
132
### CMake
133
134
```
docs/source/building.rst
@@ -57,6 +57,7 @@ repository:
57
58
$ git clone https://github.com/alibaba/paimon-cpp.git
59
$ cd paimon-cpp
60
+ $ git lfs pull
61
62
Manual configuration
63
--------------------
0 commit comments