diff --git a/README.md b/README.md index 79ed928..c656c24 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 1. Install the necessary Font locally on your computer ``` mkdir ~/.font - cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf \ ~/.font/ + cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/ ``` 1. Navigate to the folder @@ -36,7 +36,18 @@ ### Folder Structure - +``` +── retrotalk/ + ├── css/ + │   └── theme/ + │   └── retro.css # theme for the slides + ├── font/ + │   └── Nintendo DS BIOS.ttf # primary font used for slides. copy to your home-font-folder + └── image/ +     └── *.(png|jpg) # diverse images +── slides.md # markdown file of the slides +── index.html # open this in browser with http://localhost:8000 +``` ## License