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",