Skip to content

Commit 3b8e5ab

Browse files
committed
feat(06-readme): Update Read Me details - add blank readme
1 parent 1602fcf commit 3b8e5ab

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/06-read-me.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Creating a `ReadMe.md` for the project
1+
# Creating a `ReadMe.md` for the project
22

33
The Bash/git shell has the ability to create a empty file really easily.
44

@@ -17,3 +17,14 @@ copy nul > ReadMe.md
1717
The `>` tells the command to write to a file with the name of the file after the `>`.
1818

1919
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

Comments
 (0)