Selaa lähdekoodia

Merge pull request #50 from guttatus/readme

docs: add build tool description
guttatus 3 kuukautta sitten
vanhempi
commit
816815ed51
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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.