mm-rando icon indicating copy to clipboard operation
mm-rando copied to clipboard

Suggestion: Place "Build" section in the README

Open TheTravellingSalesman opened this issue 4 years ago • 1 comments

Documentation regarding how to build and run the randomizer on different platforms (at least Windows and Mac) would help improve accessibility, and enable users to test new releases.

Most repositories place this in the README under a "Build" or "Installation" section. 👍

TheTravellingSalesman avatar Apr 22 '20 19:04 TheTravellingSalesman

(Arch) Linux:

  1. Install dotnet-sdk
  2. git clone "https://github.com/ZoeyZolotova/mm-rando"
  3. cd mm-rando/MMR.CLI
  4. dotnet build

miKa-pyon avatar Apr 15 '22 06:04 miKa-pyon