docs
This commit is contained in:
17
README.md
17
README.md
@@ -11,8 +11,19 @@
|
||||
## Building
|
||||
|
||||
```sh
|
||||
# Create iso
|
||||
make iso
|
||||
# Run virtual machine with your iso
|
||||
make
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
After building, run the following:
|
||||
|
||||
```sh
|
||||
qemu-system-x86_64 -cdrom .build/nub-os.iso
|
||||
```
|
||||
|
||||
Or all in once build and run
|
||||
|
||||
```sh
|
||||
make && qemu-system-x86_64 -cdrom .build/nub-os.iso
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user