Skip to content

Commit

Permalink
[DOC]: Yarn package install in getting-started.md (#2566)
Browse files Browse the repository at this point in the history
Because yarn is installed with add, not install, �I changed yarn install
to yarn add.

## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - fix bug about wrong document
 - New functionality

## Test plan
*How are these changes tested?*
It just update for document 

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*

---------

Co-authored-by: Trayan Azarov <[email protected]>
Co-authored-by: Jeffrey Huber <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent c31e083 commit 152954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.trychroma.com/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install chromadb # [!code $]
{% codetab label="yarn" %}

```bash {% codetab=true %}
yarn install chromadb chromadb-default-embed # [!code $]
yarn add chromadb chromadb-default-embed # [!code $]
```

{% /codetab %}
Expand Down

0 comments on commit 152954c

Please sign in to comment.