Update README.md
This commit is contained in:
parent
b1f5356558
commit
29202185ea
1 changed files with 2 additions and 2 deletions
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue