浏览代码

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
 ## Setting Up the Development Environment
 
 
+### Packages to be installed
+
+```bash
+cargo install cargo-binutils
+sudo apt install u-boot-tools
+```
+
+
 ### Optional Tools
 ### Optional Tools
 
 
 The following tools are not mandatory but can be useful for enhancing your development experience.
 The following tools are not mandatory but can be useful for enhancing your development experience.