瀏覽代碼

docs: add build tool description

guttatus 3 月之前
父節點
當前提交
07c140c7dc
共有 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.