diff --git a/kernel-rs/README.md b/kernel-rs/README.md index 26fb2ac5..9821c5db 100644 --- a/kernel-rs/README.md +++ b/kernel-rs/README.md @@ -4,13 +4,9 @@ based on [Writing an OS in rust](https://os.phil-opp.com/) ## dependencies -`pacman -S \ - grub2\ - xorriso\ - mtools\ - binutils -` +`pacman -S grub2 xorriso mtools binutils` +## docker a standard development environment can be invoked: ```