From 1d2d2a483452c78b146e7b47553900016c3de478 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 16 Aug 2022 10:36:04 +0200 Subject: [PATCH] corrected some readme informations --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).