Tool for checking the integrity of an AME installation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
604 B

1 year ago
  1. # AME Integrity Check (ameck)
  2. Program for checking the integrity of an AME installation.
  3. ![AME Integrity Check Screenshot](screenshot.png)
  4. ## Usage
  5. You can download the script by going to the [latest release](https://git.ameliorated.info/Joe/ameck/releases/latest) and selecting `ameck.exe` from the **Downloads** section. Once downloaded, simply run `ameck.exe`.
  6. ## Compilation
  7. Compiling the program is very simple:
  8. 1. Clone the repository:
  9. `git clone https://git.ameliorated.info/Joe/ameck.git`
  10. 2. Open `ameck.sln`
  11. 3. Set the build configuration to `Release | Any CPU`
  12. 4. Build the project