Skip to content

Commit

Permalink
Merge pull request #66 from tsoding/60
Browse files Browse the repository at this point in the history
(#60) Make quick start documentation more user friendly
  • Loading branch information
rexim authored Jul 31, 2019
2 parents 4018326 + 4319d05 commit 8dd35cc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,19 +13,28 @@ Operating System.

## Dependencies

First install these programs:

- [nasm]
- [qemu]

## Quick Start

### Build the game

```console
$ nasm pinpog.asm -o pinpog
```

### Run the game in QEMU

```console
$ nix-shell # For NixOS
$ make
$ qemu-system-i386 pinpog
```

## Making Bootable USB stick

**I AM NOT RESPONSIBLE FOR ANY DAMAGED HARDWARE. SEE LICENSE FOR MORE INFORMATION.**
**WARNING! THE AUTHORS OF THE GAME ARE NOT RESPONSIBLE FOR ANY DAMAGED HARDWARE. SEE LICENSE FOR MORE INFORMATION.**

### Linux

0 comments on commit 8dd35cc

Please sign in to comment.