Update README.md

This commit is contained in:
Enrico Fraccaroli
2022-12-04 11:10:31 -05:00
committed by GitHub
parent 4c6db2dd87
commit f24814450d
+2 -1
View File
@@ -105,9 +105,10 @@ Under **Ubuntu**, you can type the following commands:
```bash
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y build-essential git cmake qemu-system-i386 e2fsprogs
sudo apt-get install -y build-essential git cmake qemu-system-x86 nasm e2fsprogs
sudo apt-get install -y gdb cgdb
```
Note: Older versions might have `qemu-system-i386` instead of `qemu-system-x86`.
Under **MacOS** you also need to install the i386-elf cross-compiler. The
simplest installation method is through Homebrew package manager.