How to publish a project over 10 MB?

Jeez, you're as impatient as the children!

It's kind of a pain to explain because there are a lot of steps.

  1. Go to github.com and create an account.

  2. Download Github Desktop from there to your computer, and install it however your OS installs software.

  3. Open Github Desktop's preferences and teach it your Github login and password.

  4. Now, in Github Desktop (hereafter GD)'s File menu, choose "New repository." Give your repo a name and decide, or let GD decide, where on your computer to put the repo. Publish your repo. (GD will walk you through that.) Remember where it lives on your computer.

  5. Drag files, such as your 10Mb project file, into the repo.

  6. Find the "Changes" tab on the left in GD. Click it.

  7. The files you dragged in should be there. Down near the bottom, put a one-line title for this set of files. Since nobody else is contributing to this repo, the reason doesn't have to be sensible. Once you have that done, GD will let you Push your changes to the repo.

  8. Your project is now available for all the world to see! You just have to tell them your Github username (not your password of course) and the repo's name.

If any of these turns out to be too terse, ask again.