diff --git a/Build.md b/Build.md index c738af1..d11b58b 100644 --- a/Build.md +++ b/Build.md @@ -5,12 +5,10 @@ To run it you need either Qemu or Bochs. Once you have build the cross compiler, you can run Thor-OS using one of these two ways: 1. On Qemu: - - make qemu +> make qemu 2. On Bochs - - make bochs +> make bochs and normally, Thor should be running.