Closed diegoTech14 closed 1 month ago
The changes in the pull request enhance the README.md
documentation for the ByteBeasts backend by adding a new section that details the prerequisites for setting up the development environment. This includes installation instructions for Git, Rust, and Scarb, as well as two methods for installing Dojo: using the dojoup
version manager and the asdf
package manager.
File | Change Summary |
---|---|
README.md | Added a section on prerequisites including installation instructions for Git, Rust, and Scarb. Provided installation methods for Dojo using dojoup and asdf package manager. |
sequenceDiagram
participant User
participant Git
participant Rust
participant Scarb
participant Dojo
User->>Git: Install Git
User->>Rust: Install Rust
User->>Scarb: Install Scarb
User->>Dojo: Install Dojo using dojoup
User->>Dojo: Install Dojo using asdf
Objective | Addressed | Explanation |
---|---|---|
Add to the README a section of requirements or dependencies ( #48 ) | ✅ |
📝 Summary
🔄 Changes Made
README.md
🔧 Tests Results
🔜 Next Steps
Summary by CodeRabbit
Summary by CodeRabbit
dojoup
version manager and theasdf
package manager, with detailed guidance for each method.