corrected some readme informations

master
zeus 2022-08-16 10:36:04 +02:00
parent c599ca9aff
commit 1d2d2a4834
1 changed files with 3 additions and 3 deletions

View File

@ -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).