File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ If you need to build from source:
5656
5757``` bash
5858# Clone the repository
59- git clone https://github.com/jesse-ai/jesse.git
60- cd jesse/jesse -rust
59+ git clone https://github.com/jesse-ai/jesse-rust .git
60+ cd jesse-rust
6161
6262# Install maturin
6363pip install maturin
@@ -93,7 +93,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
9393
9494- Documentation: [ docs.jesse.trade] ( https://docs.jesse.trade )
9595- Community: [ Jesse Discord] ( https://discord.gg/jesse )
96- - Issues: [ GitHub Issues] ( https://github.com/jesse-ai/jesse/issues )
96+ - Issues: [ GitHub Issues] ( https://github.com/jesse-ai/jesse-rust /issues )
9797
9898## Acknowledgments
9999
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ dependencies = [
4141[project .urls ]
4242"Homepage" = " https://jesse.trade"
4343"Documentation" = " https://docs.jesse.trade"
44- "Repository" = " https://github.com/jesse-ai/jesse"
45- "Bug Reports" = " https://github.com/jesse-ai/jesse/issues"
44+ "Repository" = " https://github.com/jesse-ai/jesse-rust "
45+ "Bug Reports" = " https://github.com/jesse-ai/jesse-rust /issues"
4646
4747[tool .maturin ]
4848features = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments