Skip to content

Commit

Permalink
[DOC] Making git clone command more accessible in Docker container in…
Browse files Browse the repository at this point in the history
…structions (#3513)

## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- Moving to `git clone https://...` instead of the current `git clone
git@...`, the latter requires users to have a GH account with SSH key
added

## Test plan
*How are these changes tested?*

N/A

## Documentation Changes
  • Loading branch information
tazarov authored Jan 23, 2025
1 parent b3b4b16 commit da6bc2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker run -p 8000:8000 chromadb/chroma
You can also build the Docker image yourself from the Dockerfile in the [Chroma GitHub repository](https://github.com/chroma-core/chroma)

```terminal
git clone git@github.com:chroma-core/chroma.git
git clone https://github.com/chroma-core/chroma.git
cd chroma
docker-compose up -d --build
```
Expand Down

0 comments on commit da6bc2c

Please sign in to comment.