From 3acce48baf772a18e7d77514cad64cb071e753a7 Mon Sep 17 00:00:00 2001 From: Artemis <105909412+DuckOfDisorder@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:00:31 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23bbe28..c2b474d 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,19 @@ Honestly I just made this because even though these emojis were everywhere, they ## Installation ### Pleroma +run the following command for blobcats + ``` -Manifest.json todo +mix pleroma.emoji get-packs blobcats -m https://raw.githubusercontent.com/DuckOfDisorder/BlobCats/main/manifest.json ``` +or, for the flipped version, +``` +mix pleroma.emoji get-packs blobcats_flipped -m https://raw.githubusercontent.com/DuckOfDisorder/BlobCats/main/manifest.json +``` + +Basically the entirety of this is stolen from [Volpeon](https://volpeon.ink/). + +I would say I'm grateful but that would imply I knew what I was doing. ### Mastodon Extract the archive and use the [Mastodon Emoji Importer](https://github.com/impiaaa/mastodon_import_emoji)