Update README.md
This commit is contained in:
parent
5af72f464d
commit
460f33801f
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ Note: If you created the symlink, you can use `cf` instead of `./cf` from any di
|
||||||
- `cf_domains.yaml`: Stores domain info and DNS record IDs
|
- `cf_domains.yaml`: Stores domain info and DNS record IDs
|
||||||
- `.env`: Contains `CLOUDFLARE_API_TOKEN` and `CURRENT_IP`
|
- `.env`: Contains `CLOUDFLARE_API_TOKEN` and `CURRENT_IP`
|
||||||
- `cf_script.log`: Logs script actions
|
- `cf_script.log`: Logs script actions
|
||||||
- `environment.yml`: Conda environment specification
|
- `environment.yaml`: Conda environment specification
|
||||||
- `cf`: Wrapper script to activate conda environment and run the Python script
|
- `cf`: Wrapper script to activate conda environment and run the Python script
|
||||||
- `cf.py`: Main Python script
|
- `cf.py`: Main Python script
|
||||||
|
|
||||||
|
@ -115,5 +115,5 @@ To update the script and its dependencies:
|
||||||
```
|
```
|
||||||
2. Update the conda environment:
|
2. Update the conda environment:
|
||||||
```bash
|
```bash
|
||||||
conda env update -f environment.yml -p ./cf-env
|
conda env update -f environment.yaml -p ./cf-env
|
||||||
```
|
```
|
Loading…
Reference in a new issue