Uncomment installation in README.md
This commit is contained in:
parent
e2ce13ebe2
commit
6b8c0d3200
|
@ -6,7 +6,7 @@ This is a serverless adblocking solution that uses Cloudflare's Zero Trust Gatew
|
||||||
This project was heavily inspired by [this blog post](https://blog.marcolancini.it/2022/blog-serverless-ad-blocking-with-cloudflare-gateway/)
|
This project was heavily inspired by [this blog post](https://blog.marcolancini.it/2022/blog-serverless-ad-blocking-with-cloudflare-gateway/)
|
||||||
|
|
||||||
|
|
||||||
### Pre-requisites
|
### Prerequisites
|
||||||
* Python > 3.10
|
* Python > 3.10
|
||||||
* A Cloudflare account with Zero Trust enabled
|
* A Cloudflare account with Zero Trust enabled
|
||||||
* A Cloudflare API tolken with the following permissions:
|
* A Cloudflare API tolken with the following permissions:
|
||||||
|
@ -15,11 +15,11 @@ This project was heavily inspired by [this blog post](https://blog.marcolancini.
|
||||||
* Access: Apps and Policies: Edit
|
* Access: Apps and Policies: Edit
|
||||||
* A device with the WARP client installed and configured to use a Zero Trust account
|
* A device with the WARP client installed and configured to use a Zero Trust account
|
||||||
|
|
||||||
<!--
|
|
||||||
### Installation
|
### Installation
|
||||||
#### From PyPi
|
#### From PyPi
|
||||||
`pip install cloudflare-gateway-adblocking`
|
`pip install cloudflare-gateway-adblocking`
|
||||||
-->
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
#### Setting Cloudflare credentials
|
#### Setting Cloudflare credentials
|
||||||
|
|
Loading…
Reference in New Issue