You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/06-read-me.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##Creating a `ReadMe.md` for the project
1
+
# Creating a `ReadMe.md` for the project
2
2
3
3
The Bash/git shell has the ability to create a empty file really easily.
4
4
@@ -17,3 +17,14 @@ copy nul > ReadMe.md
17
17
The `>` tells the command to write to a file with the name of the file after the `>`.
18
18
19
19
If you used `>>` it would append the output of the command to the file named after the `>>`.
20
+
21
+
22
+
---
23
+
24
+
# Starter Blank `ReadMe.md`
25
+
`
26
+
Thanks to [Othneil Drew's "Best-README-Template" repository](https://github.com/othneildrew/Best-README-Template) for the starter ReadMe file.
27
+
28
+
You may download the [BLANK_README](../assets/BLANK_README.md) by accessing it in the assets folder, or clicking on the [BLANK_README](../assets/BLANK_README.md) link.
29
+
30
+
Copy the file into your repository, and rename to `ReadMe.md`.
0 commit comments