os-workshop

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2c2e434e349b97ec2962489c2e68b985db0624cf
parent ff73820d5bfda1cebca1107d95cc2cff44973597
Author: Brian Swetland <swetland@frotz.net>
Date:   Fri, 22 Apr 2022 13:16:01 -0700

docs: fix markdown
Diffstat:
Mdocs/setup.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup.md b/docs/setup.md @@ -15,7 +15,7 @@ This should work on Ubuntu 20.04.4LTS or newer. Not sure about older versions. ``` sudo apt-get install gcc-riscv64-unknown-elf qemu-system-misc gdb-multiarch ``` -That should get you `riscv64-unknown-elf-gcc` and `qemu-system-riscv32` and 'gdb-multiarch' +That should get you `riscv64-unknown-elf-gcc` and `qemu-system-riscv32` and `gdb-multiarch` ## Building GCC and GDB (if needed)