Skip to content

Commit 1ef4cb5

Browse files
Reformated the code portion of the readme.
1 parent 0d7f3df commit 1ef4cb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ If you want to convert the markdown files for yourself, it is assumed that your
3535

3636
Clone this repository with the following command:
3737

38-
`git clone https://github.com/johanneshagspiel/markdown-to-anki-csv-converter.git`
38+
git clone https://github.com/johanneshagspiel/markdown-to-anki-csv-converter.git
3939

4040
You will also need [Ebazhanov's markdown files](https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes). First go into the resources folder:
4141

42-
`cd resources`
42+
cd resources
4343

4444
In case there is already a `linkedin-skill-assessments-quizzes` folder, delete it. Now clone Ebazhanov's repository with:
4545

46-
`git clone https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes.git`
46+
git clone https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes.git
4747

4848
Lastly, you need to add the path to the `collection.media` folder of your Anki installation in the main method. Most likely, you can find this directory at:
4949

50-
`"C:\Users\@Username\AppData\Roaming\Anki2\@Username\collection.media"`
50+
C:\Users\@Username\AppData\Roaming\Anki2\@Username\collection.media
5151

5252
Now you can run the main method and convert the Markdown files yourself.
5353

0 commit comments

Comments
 (0)