I need to make available my code for some reviewers to be downloaded from web. How can I do that & through which website. I need to put all files & installation instructions using which they can install my app from link that I give.
Asked
Active
Viewed 447 times
2 Answers
0
You can always zip it and host it somewhere online for downloading. I'm sure anyone opening the archive will read the README file first so you can put your instructions there.

Tarek Fadel
- 1,909
- 1
- 14
- 22
-
Click on the downloads button -> click on the "Create New Release" link -> Fill in the form -> Add your source code files (or just the zip file) to the "available downloads" section. After you've done that, you'll need to Click the "Publish this Project" button – Tarek Fadel Dec 19 '10 at 12:18