소스 검색

Merge pull request #50 from guttatus/readme

docs: add build tool description
guttatus 3 달 전
부모
커밋
816815ed51
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -4,6 +4,14 @@ RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be
 
 ## Setting Up the Development Environment
 
+### Packages to be installed
+
+```bash
+cargo install cargo-binutils
+sudo apt install u-boot-tools
+```
+
+
 ### Optional Tools
 
 The following tools are not mandatory but can be useful for enhancing your development experience.