This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch download_dependency
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git

commit a77fc33f3665d16aa3417fa486789860b61dfafc
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Dec 11 12:24:24 2024 -0800

    download datasketches-cpp instead of using submodule
---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 53e183e..4d3b3d0 100644
--- a/README.md
+++ b/README.md
@@ -49,13 +49,11 @@ page for how to contact us.
   ```
 - Requires a link to **datasketches-cpp** in this repository
   ```bash
-  # Run the following if you've already cloned this repo
-  git submodule update --init --recursive
-  ```
-  ```bash
-  # Otherwise clone this repo with --recursive flag
-  git clone --recursive https://github.com/apache/datasketches-bigquery.git
+  # Run the following
+  make datasketches-cpp
   ```
+  This target is a part of the default target 'all'
+  This requires wget and unzip
 - Requires make utility
 - Requires [Google Cloud CLI](https://cloud.google.com/sdk/docs/install)
   ```bash


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to