Skip to content

Commit

Permalink
Use https: instead of git: for install instructions (#38)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
steveyen authored Jan 13, 2025
1 parent 8daf7a2 commit 1ac2759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac2759

Please sign in to comment.