We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da50e52 + a77fc33 commit 407ae75Copy full SHA for 407ae75
1 file changed
README.md
@@ -49,13 +49,11 @@ page for how to contact us.
49
```
50
- Requires a link to **datasketches-cpp** in this repository
51
```bash
52
- # Run the following if you've already cloned this repo
53
- git submodule update --init --recursive
54
- ```
55
- ```bash
56
- # Otherwise clone this repo with --recursive flag
57
- git clone --recursive https://github.com/apache/datasketches-bigquery.git
+ # Run the following
+ make datasketches-cpp
58
+ This target is a part of the default target 'all'
+ This requires wget and unzip
59
- Requires make utility
60
- Requires [Google Cloud CLI](https://cloud.google.com/sdk/docs/install)
61
0 commit comments