From 35aced4cd69736b6bdb5ff6abcdad7c1825a7946 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 4 Oct 2020 21:00:12 +0900 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35f13dd --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Compiling + +`cargo build --release` + +# Running + +The `resources` directory needs to be in the same place as the executable. +This may cause `cargo run` to fail, as it doesn't move the resources directory. + +You will have to either move the executable to the root directory of this +project, or make a symlink/copy of `resources` to the directory that holds the +executable. -- 2.49.0