Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Contents
  2. ==============
  3.  
  4. ****...this is a Edit/Copy job; mostly from Wikipedia****
  5.  
  6.  
  7. Configuration, Installation (and development installation) and Operating instructions.
  8.  
  9. A file manifest (list of files included), files not often listed.
  10.  
  11. Copyright and licensing information, Contributing and Contact information for the distributor or programmer
  12.  
  13. Features, Known bugs and Troubleshooting.
  14.  
  15. Running Tests with Break down into end to end tests.
  16.  
  17. Credits, acknowledgments and related projects or sites.
  18.  
  19. A changelog, usually for programmers and a news section (usually for users).
  20.  
  21.  
  22. ***Has flavors; even yours!***
  23.  
  24. *Github has their own flavor of Markdown.*
  25.  
  26. *Stack Overflow uses local Markdown modifications as well.*
  27.  
  28. - In fact you can create them yourself
  29. - But the basic idea is:
  30.  
  31. **Is should be readable in raw format too**
  32.  
  33. And it has some source code,
  34. Often batch file commands to,like; set things up.
  35. Or just how to browse the source:
  36.  
  37. | Command | Description |
  38. | --- | --- |
  39. | git status | List all new or modified files |
  40. | git diff | Show file differences that haven't been staged |
  41.  
  42. ----------------------
  43.  
  44. **TODO**
  45. - [x] Write the code
  46. - [x] Commit to git
  47. - [ ] Create README.md (maybe create some TODO's in gist).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement