Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobuhiro11 committed Jan 8, 2019
1 parent 0aaee2b commit c995a78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -8,9 +8,16 @@ https://bobuhiro11.net/tiny_x86_emu/

![screenshot](https://raw.githubusercontent.com/nmi/tiny_x86_emu/master/screenshot.png)

## preparation
## Preparation

Please make sure that make, go (>1.11), gcc, objdump, nasm and ndisasm are installed.
For example, if you are using ubuntu, you can install them using the following command.

```bash
$ sudo apt-get install -y nasm gcc git tar wget make bsdmainutils
$ wget https://dl.google.com/go/go1.11.linux-amd64.tar.gz
$ sudo tar -C /usr/local -zxf go1.11.linux-amd64.tar.gz
```

## Usage

Expand Down

0 comments on commit c995a78

Please sign in to comment.