diff --git a/README.md b/README.md index 4036499..4305da6 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ All assets needed are bundled with the executable. #### Bleeding edge -If you want the bleeding edge version, download [this](https://github.com/MillaBasset/cambridge/archive/master.zip). +If you want the bleeding edge version, download [this](https://github.com/MillaBasset/cambridge/archive/master.zip). Extract the ZIP to a folder of your choosing. -Extract the ZIP, open a Command Prompt at the folder you extracted Cambridge to, then run this command: +Assuming you're on a 64-bit system, you can double-click `start_win64.bat` to run the game. If that doesn't work, open a Command Prompt where you extracted Cambridge and run: dist\windows\love.exe . -Alternatively, if you're on a 32-bit system, run this instead: +If you're on a 32-bit system, you'll want to double-click `start_win32.bat`. If that doesn't work, run this instead: dist\win32\love.exe . diff --git a/start_win32.bat b/start_win32.bat new file mode 100644 index 0000000..5d2ac86 --- /dev/null +++ b/start_win32.bat @@ -0,0 +1 @@ +dist\win32\love.exe . \ No newline at end of file diff --git a/start_win64.bat b/start_win64.bat new file mode 100644 index 0000000..acdd477 --- /dev/null +++ b/start_win64.bat @@ -0,0 +1 @@ +dist\windows\love.exe . \ No newline at end of file