File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,12 @@ jobs:
9494 body : |
9595 ## 📦 v${{ steps.get_version.outputs.version }}
9696
97- New version of Procon CLI - a tool to generate blocklists.
98-
99- ### 📥 Downloads
100- - Linux (x86_64): `procon-cli-x86_64-unknown-linux-gnu.tar.gz`
101-
102- ### 🚀 How to use
97+ ### 🚀 Como Usar
10398 ```bash
104- # Generate adblock list
99+ # Gera a lista no formato adblock
105100 ./procon-cli generate --output adblock.txt
106101
107- # Generate hosts list
102+ # Gera a lista no formato hosts
108103 ./procon-cli generate --format hosts --output hosts.txt
109104 ```
110105 files : artifacts/**/*
Original file line number Diff line number Diff line change 11[package ]
22name = " procon-cli"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2024"
55rust-version = " 1.90"
66description = " Gera listas de bloqueio AdBlock e hosts a partir da base de dados de sites não confiáveis da Fundação Procon-SP"
You can’t perform that action at this time.
0 commit comments