summaryrefslogtreecommitdiffstats
path: root/content/projects/emojis/blobfox/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/emojis/blobfox/index.md')
-rw-r--r--content/projects/emojis/blobfox/index.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/content/projects/emojis/blobfox/index.md b/content/projects/emojis/blobfox/index.md
index 4300437..b0029c4 100644
--- a/content/projects/emojis/blobfox/index.md
+++ b/content/projects/emojis/blobfox/index.md
@@ -6,19 +6,12 @@ preview: preview.jpg
6 6
7![](screenshot.png) 7![](screenshot.png)
8 8
9**Latest release:** v1.6 (2020-09-04 18:02 CEST) 9**Latest release:** v1.6 (2020-09-04 18:02 CEST)
10**Download:** [regular version](blobfox.zip), [flipped version](blobfox_flip.zip)
10 11
11This set consists of two separate packs: The regular version and a flip version, where all emojis are flipped along the horizontal axis. 12To install these emojis on Pleroma, you can run the following commands:
12It's possible to use both versions at the same time.
13
14Pleroma provides a command to import custom emojis:
15 13
16```plain 14```plain
17mix pleroma.emoji get-packs blobfox -m https://volpeon.ink/projects/emojis/blobfox/manifest.json 15mix pleroma.emoji get-packs blobfox -m https://volpeon.ink/projects/emojis/blobfox/manifest.json
18mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/projects/emojis/blobfox/manifest.json 16mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/projects/emojis/blobfox/manifest.json
19``` 17```
20
21For all other platforms, there's the archive:
22
23[Regular version](blobfox.zip)
24[Flip version](blobfox_flip.zip)