Skip to content

Commit

Permalink
Made order of usage a bit more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Feb 9, 2021
1 parent e5c6d90 commit e9778e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ cd domains
pipenv install
# Copy and modify as needed with API token
cp sample.env .env
# Validate your config locally
pipenv run octodns-validate --config-file config.yaml
# Do a dry run (no changes will be made)
# Copy and modify as needed with API token
cp sample.env .env
# Do a dry run against Cloudflare (no changes will be made)
pipenv run octodns-sync --config-file config.yaml
# Do a REAL run (!!!)
Expand Down

0 comments on commit e9778e5

Please sign in to comment.