diff --git a/README.md b/README.md index 3a2e87b..eda56c0 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ 1. Clone the repository ```sh - $ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git + $ git clone https://git.kostianix.de/talks/retrogaming-slides.git ``` 1. Install the necessary Font locally on your computer ``` - mkdir ~/.font - cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/ + mkdir -p ~/.font + cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.fonts/ ``` Maybe you have to install your font to ~/.fonts instead of ~/.font, depending on your distro (ubuntu uses ~/.fonts). Also make sure to restart your Browser to make it utilize the font (it looks pixelated).