I’d like to know what’s the difference between README and doc/README_FOR_APP? Thank you.
I’d like to know what’s the difference between README and doc/README_FOR_APP ? Thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
README_FOR_APP, as the name implies is documentation for your specific Rails application, it concerns the classes and methods that you will have written.READMEis general documention for all Rails applications describing the structure of a Rails application and some web server settings. It’s at a higher-level thanREADME_FOR_APP.conclusion
Most of the time, You can just care about
README, If you usegithub, you can useREADME.mdwhich is also aREADME,.mdstands for markdown.It is used to generate the html summary you see at the bottom of projects.