diff --git a/README.md b/README.md index be3bc9f..c8cf203 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,19 @@ A simple app that plays the hourly music from Animal Crossing: New Leaf dependin # Releases - You can find releases [here](https://github.com/DaniLionn/ACNLMusicApp/releases/tag/release). + +# Running +In order to run the app, you have to have node.js installed on your machine. ([node.js download](https://nodejs.org/en/download)) +You also have to run it in the source code folder, otherwise it won't work. (There's probably ways to change this but I have *no* idea how to.) + + # Building This app is currently Windows only. -It requires you to have node.js and pkg installed on your machine ([node.js download](https://nodejs.org/en/download)) +It requires you to have node.js and pkg installed on your machine In order to build this app, install pkg (if you don't have it installed already) ```npm install -g pkg``` in your terminal and then run build.bat Source code downloads come with the app already built. - -# Running -To run the app, you have to run it in the source folder otherwise it won't work. (There's probably ways to change this but I have *no* idea how to.)