diff --git a/README.md b/README.md index bff64b4..9098aff 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,18 @@ You can download the script by going to the [latest release](https://git.amelior ## Compilation -Compiling the program is very simple: +Requirements: -1. Clone the repository: - `git clone https://git.ameliorated.info/Joe/ameck.git` +* Visual Studio or relevent IDE with .NET desktop development + +Steps: +1. Clone the repository: + ``` + git clone https://git.ameliorated.info/Joe/ameck.git + ``` 2. Open `ameck.sln` 3. Set the build configuration to `Release | Any CPU` -4. Build the project +4. Build the project \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..05b7d1b Binary files /dev/null and b/screenshot.png differ