From 803ed5d7417d56e1a7110569c15d17b7f718dc51 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 19 Aug 2020 22:40:15 +0200 Subject: [PATCH] ??? --- README.md | 12 +++++++++++- manifest.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8d648e..e3d47bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ Emojis by [@AuroreAcelya@pipou.academy](https://pipou.academy/@AuroreAcelya) -Licence : [CC0](https://creativecommons.org/publicdomain/zero/1.0/) \ No newline at end of file +Licence : [CC0](https://creativecommons.org/publicdomain/zero/1.0/) + +Pleroma: + +- From source: +`mix pleroma.emoji get-packs blobrat -m https://labo.emelyne.eu/oniricorpe/blobrats/raw/branch/master/manifest.json` +- OTP: +`./bin/pleroma_ctl emoji get-packs blobrat -m https://labo.emelyne.eu/oniricorpe/blobrats/raw/branch/master/manifest.json` + + +Mastodon: \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0366486..be9d47e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "blobrat": { "description": "Like Blobcat, but with rats", - "files": "pack.json", + "files": "https://labo.emelyne.eu/oniricorpe/blobrats/raw/branch/master/pack.json", "homepage": "https://labo.emelyne.eu/oniricorpe/blobrats/", "license": "CC0", "src": "https://labo.emelyne.eu/oniricorpe/blobrats/raw/branch/master/blobrats.zip",