From d1fc9b0c71c9389cad3619f967385d67fb436e7e Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Thu, 31 Oct 2024 16:57:54 +0100 Subject: [PATCH] docs: :pencil: switch readme to markdown --- README.txt => README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename README.txt => README.md (84%) diff --git a/README.txt b/README.md similarity index 84% rename from README.txt rename to README.md index 11400db..556b559 100644 --- a/README.txt +++ b/README.md @@ -2,6 +2,9 @@ Please add your content into the section folder. It should have the following st (obviously, you should replase sections and subsectionX with the section name and the subsection name) +```bash +$ tree OCRudoku-first-defense/ + OCRudoku-first-defense/ ├── main.txt ├── README.txt @@ -12,4 +15,5 @@ OCRudoku-first-defense/ ├── subsection1 │   └── subsection2.tex └── subsection2 - └── subsection2.tex \ No newline at end of file + └── subsection2.tex +```