README 683 B

12345678910111213141516
  1. README is used to display a short description of the application and
  2. any additional instructions on how to build or use the package. You
  3. may list optional dependencies needed to enable additional features.
  4. Some common rules for the README file:
  5. - Maximum of 72 characters per line
  6. - Use 2-4 spaces for indentation, avoid TAB characters
  7. - Plain ASCII or Unicode (UTF-8) are preferred encodings.
  8. - Do not include the homepage URL
  9. - Additional notes before building:
  10. * user/group creation along with correct UID/GID
  11. * strict dependency build order if necessary
  12. * conflicts with any stock Slackware packages
  13. If longer instructions are necessary, place them in a README.SBo file.