Skip to content

Commit 4b8acdc

Browse files
committed
fix: correct formatting and add links in install tools script comments
1 parent 319f386 commit 4b8acdc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tools/install tools.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
#!/bin/bash
22

3-
#a script for rendering diffs between filter lists, and the script that is used for building Adblock Plus filter lists from the form in which they are authored into the format suitable for consumption by the adblocking software (aka rendering).
3+
# a script for rendering diffs between filter lists, and the script that is used for building Adblock Plus filter lists from the form in which they are authored into the format suitable for consumption by the adblocking software (aka rendering).
4+
# https://github.com/adblockplus/python-abp
45
pip install --upgrade python-abp
56

6-
#A set of tools for the decoding and conversion of AdBlock and filter lists. The decoder itself is part of the PyFunceble project.
7+
# A set of tools for the decoding and conversion of AdBlock and filter lists. The decoder itself is part of the PyFunceble project.
8+
# https://github.com/PyFunceble/adblock-decoder
79
pip install adblock-decoder
810

9-
#This is a simple tool that checks adblock filtering rules for dead domains.
11+
# This is a simple tool that checks adblock filtering rules for dead domains.
12+
# https://github.com/AdguardTeam/DeadDomainsLinter
1013
npm i -g @adguard/dead-domains-linter
1114

12-
#FOP - Filter Orderer and Preener (Rust Edition)
15+
# FOP - Filter Orderer and Preener (Rust Edition)
16+
# https://github.com/ryanbr/fop-rs
1317
npm install -g fop-cli
1418

1519
read -p "Press any key to resume ..."

0 commit comments

Comments
 (0)