From cea9b1266124cb35a96741176078b580912ca6bf Mon Sep 17 00:00:00 2001 From: Ry Date: Tue, 30 Aug 2022 16:20:44 -0700 Subject: [PATCH] Update outdated build instructions and ignore src/fox32.rom --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a997dfc..43d547d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ **/debug/ **/target/ + +src/fox32.rom diff --git a/README.md b/README.md index afb86a5..86517e7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Prebuilt binaries of the latest commit are also available on the [GitHub Actions ### Building -Download the latest release of [**fox32rom**](https://github.com/fox32-arch/fox32rom/releases). Create a folder in the root of this repo called `fox32.rom`, and place the downloaded `fox32.rom` file into that directory. Then simply run `cargo build --release`. The resulting binary will be saved as `target/release/fox32`. You can also run `cargo run --release` if you want to run it directly. +Download the latest release of [**fox32rom**](https://github.com/fox32-arch/fox32rom/releases), and place the downloaded `fox32.rom` file into the `src` directory. Then simply run `cargo build --release`. The resulting binary will be saved as `target/release/fox32`. You can also run `cargo run --release` if you want to run it directly. ### Usage