Skip to content

Commit

Permalink
docs: remove perl dependency from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hughes committed Aug 31, 2022
1 parent f6111ef commit 5631121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ reaching for. Now you can have them everywhere you use slack!
You'll need :
- [`jq`](https://stedolan.github.io/jq/),
- `wget`,
- `perl`,
- a passing familiarity with the "Network" tab of Chrome Dev
Tools

Expand Down
1 change: 0 additions & 1 deletion download-emoji.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#
# Dependencies: jq https://stedolan.github.io/jq/
# wget
# perl

function download_all_emoji_here() {
jq -rj '.emoji | to_entries[] | (.value, " ", .key, ".", (.value | capture("(?<extension>jpg|png|gif)$").extension), "\n")' "${1}" |
Expand Down

0 comments on commit 5631121

Please sign in to comment.