markdown nonsense end

This commit is contained in:
finn 2024-07-21 00:56:24 +00:00
parent 831e33be17
commit 4ac5e62ac7

View File

@ -13,17 +13,12 @@ Default emoji font does not attempt to meet unicode standard since 2018:
2. Build, copy out file, and re-install. 2. Build, copy out file, and re-install.
```
git clone https://gut.oily.dad/finn/uc-debian-emojifont.git emfont git clone https://gut.oily.dad/finn/uc-debian-emojifont.git emfont
cd emfont
cd emfont mkdir fontvol
docker build -t emojis .
mkdir fontvol docker run -v $PWD/fontvol:/fontvol emojis:latest
```
docker build -t emojis .
docker run -v $PWD/fontvol:/fontvol emojis:latest`
Find NotoColorEmoji.ttf and re-install via method of choice. Find NotoColorEmoji.ttf and re-install via method of choice.