Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfortablynumb committed Feb 13, 2022
1 parent 902157c commit 4195719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Here are some images:
## How to compile it

* Download the [cc65 package](https://cc65.github.io/) which contains the C compiler, assembler and linker for the 6502 (NES).
* In Windows:
* On Windows:
* You can execute the following command to compile the game (make sure you have **cc65-installation-path/bin** directory in your PATH environment. If not, you can edit the **compile.bat** file and change the directory **D:\Installations\cc65-snapshot-win32\bin\** for your directory):

```bash
.\compile.bat
```

* In Linux:
* On Linux:
* You can execute the following command to compile the game (make sure the **bin** directory of **cc65** is in your **PATH** env):

```bash
Expand Down

0 comments on commit 4195719

Please sign in to comment.