From 29202185ea1e63abdb7db147fe3ef6ce2f4f3492 Mon Sep 17 00:00:00 2001 From: sij Date: Mon, 7 Oct 2024 07:51:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0556862..5e1b131 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ pip install pyyaml requests loguru python-dotenv ```bash git clone https://sij.ai/sij/cf.git cd cf -sudo ln -s "$(pwd)/cf" /usr/local/bin/cf -sudo chmod +x cf +sudo ln -s "$(pwd)/cf.py" /usr/local/bin/cf +sudo chmod +x cf.py ``` - Create `.env` file with `CLOUDFLARE_API_TOKEN=your_token_here`: