Skip to content

Commit

Permalink
fixing line placement in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Mar 6, 2023
1 parent fcce37a commit 5998b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Create a settings.json file that looks like this:
"api_key": "myapikey",
"domains": ["sub.domain1.com", "sub.domain2.com", "sub2.domain1.com"]
}

Obviously replace "myapikey" with whatever you generated by following the instructions linked above. The domains are all the domains that will be pointed to this one IP Address.
```
Obviously replace "myapikey" with whatever you generated by following the instructions linked above. The domains are all the domains that will be pointed to this one IP Address.

The settings.json file should be put into the xdg directory for your system. The output of the program will tell you where that is. On Linux/Unix, for example, this is $HOME/.config/dreamhostdns/settings.json

From the releases section of the repository you can grab the latest binary to run. Binaries are generated for Windows on x86-64 and Mac and Linux on x86-64 and ARM.
Expand Down

0 comments on commit 5998b9c

Please sign in to comment.