Skip to content

Commit

Permalink
markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 4, 2024
1 parent 78de433 commit 26f33da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdp-agentkit-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Core primitives and framework agnostic tools that are meant to be composable and

## Developing
- cdp-sdk has a dependency on cargo, please install rust and add cargo to your path
- [Rust Installation Instructions] https://doc.rust-lang.org/cargo/getting-started/installation.html
- [Rust Installation Instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- export PATH="$HOME/.cargo/bin:$PATH"
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
Expand Down
2 changes: 1 addition & 1 deletion cdp-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Developing
- cdp-sdk has a dependency on cargo, please install rust and add cargo to your path
- [Rust Installation Instructions] https://doc.rust-lang.org/cargo/getting-started/installation.html
- [Rust Installation Instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- export PATH="$HOME/.cargo/bin:$PATH"
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
Expand Down

0 comments on commit 26f33da

Please sign in to comment.