SourceForge supports using README files to document a particular folder within your project. The contents of the README file will be displayed below the folder's file listing in SourceForge's file browser. You can provide installation instructions, notes about which packages to download, etc, to help your users as they download your project's files.
Simply add a file with "readme" (case doesn't matter) in the name into the folder you wish to document, using either the web UI or our FTP/SCP/rsync support.
Note that after uploading, there is usually a short delay before the readme can be shown.
We currently support any files with “README” in the name (case doesn't matter) that end in the following extensions:
Any other text README files are displayed as plain text, just like a README.txt file. and Binary (PDF, Word documents) files are not displayed, though a link to download them is provided.
Raw HTML is not supported, even in the formats (e.g., Markdown) that allow its use. Any raw HTML will be escaped.
If a subfolder doesn't have its own README file, it will inherit the closest README in its parent folders.
When multiple READMEs are in the same folder, the newest file will be displayed.