codepleb
codepleb

Reputation: 10571

Where to deploy my application?

So I got my first github page that contains download buttons. I want to create buttons that link to the current version of my app.

How should I approach this? You should keep the application and the source apart from each other, but I don't have an idea where I should put my file on github to make it accessible (including a version history).

Would you link to a Sourceforge-Project or something similar? Or is there a common way for that on github?

Upvotes: 0

Views: 29

Answers (1)

Areca
Areca

Reputation: 1292

You can tag the current version (which you want to be downloaded) and make a release on github. You can give link to the release for download.

Upvotes: 1

Related Questions