diff options
Diffstat (limited to 'content/art/emojis/blobfox')
-rw-r--r-- | content/art/emojis/blobfox/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/art/emojis/blobfox/index.md b/content/art/emojis/blobfox/index.md index 9ad0fb6..e8a5f4c 100644 --- a/content/art/emojis/blobfox/index.md +++ b/content/art/emojis/blobfox/index.md | |||
@@ -13,9 +13,11 @@ thumbnail: jpg | |||
13 | **Download:** [regular version](blobfox.zip), [flipped version](blobfox_flip.zip)\ | 13 | **Download:** [regular version](blobfox.zip), [flipped version](blobfox_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 blobfox -m https://volpeon.ink/art/emojis/blobfox/manifest.json | 19 | mix pleroma.emoji get-packs blobfox -m https://volpeon.ink/art/emojis/blobfox/manifest.json |
20 | mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/art/emojis/blobfox/manifest.json | 20 | mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/art/emojis/blobfox/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). | ||