Update README.md

This commit is contained in:
Jack Halford 2018-02-04 19:17:19 +01:00 committed by GitHub
parent 93b06cea11
commit c78d7a06aa

View file

@ -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:
```