From 1ac2759bb3ef234d99ae8d3013bd5e4a6d8b5f58 Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Mon, 13 Jan 2025 06:38:12 -0800 Subject: [PATCH] Use https: instead of git: for install instructions (#38) Install speedbump fix -- using "git clone https:..." allows for anonymous cloning, in contrast to "git clone git:..." which needs ssh keys and github auth to be setup correctly. --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 8d3d41d..3708629 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -22,7 +22,7 @@ Building From Source (with pip) .. code-block:: bash - git clone git@github.com:couchbaselabs/agent-catalog.git + git clone https://github.com/couchbaselabs/agent-catalog 3. You are now ready to install the Agent Catalog package! Using your project's Python environment, execute the following command to install a local package with