diff options
author | Volpeon <git@volpeon.ink> | 2022-11-16 15:31:03 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-11-16 15:31:03 +0100 |
commit | b439eaa788ac761fbf2dd1d0d748f0f14c355738 (patch) | |
tree | 99115b29753affc14275374856537555c7dc76de /content/art/emojis/bunhd | |
parent | AI article update (diff) | |
download | volpeon.ink-b439eaa788ac761fbf2dd1d0d748f0f14c355738.tar.gz volpeon.ink-b439eaa788ac761fbf2dd1d0d748f0f14c355738.tar.bz2 volpeon.ink-b439eaa788ac761fbf2dd1d0d748f0f14c355738.zip |
Updated emoji installation instructions
Diffstat (limited to 'content/art/emojis/bunhd')
-rw-r--r-- | content/art/emojis/bunhd/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/art/emojis/bunhd/index.md b/content/art/emojis/bunhd/index.md index 50d0536..b899ef0 100644 --- a/content/art/emojis/bunhd/index.md +++ b/content/art/emojis/bunhd/index.md | |||
@@ -13,9 +13,11 @@ thumbnail: png | |||
13 | **Download:** [regular version](bunhd.zip), [flipped version](bunhd_flip.zip)\ | 13 | **Download:** [regular version](bunhd.zip), [flipped version](bunhd_flip.zip)\ |
14 | **License:** Apache 2.0 | 14 | **License:** Apache 2.0 |
15 | 15 | ||
16 | To install these emojis on Pleroma, you can run the following commands: | 16 | **Installation on Pleroma:** Run the following command: |
17 | 17 | ||
18 | ```plain | 18 | ```plain |
19 | mix pleroma.emoji get-packs bunhd -m https://volpeon.ink/art/emojis/bunhd/manifest.json | 19 | mix pleroma.emoji get-packs bunhd -m https://volpeon.ink/art/emojis/bunhd/manifest.json |
20 | mix pleroma.emoji get-packs bunhd_flip -m https://volpeon.ink/art/emojis/bunhd/manifest.json | 20 | mix pleroma.emoji get-packs bunhd_flip -m https://volpeon.ink/art/emojis/bunhd/manifest.json |
21 | ``` | 21 | ``` |
22 | |||
23 | **Installation on Mastodon:** Extract the archive and use the [Mastodon custom emoji importer](https://github.com/impiaaa/mastodon_import_emoji). | ||