From e243f322c7df049655588e79ff3adfc8aba9fa45 Mon Sep 17 00:00:00 2001 From: Austin Burk Date: Tue, 14 Jul 2020 08:44:44 -0400 Subject: [PATCH] Update README.md Markdown needs two newlines to render line breaks --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cff79f6..f08ce75 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ## Setup The setup process does not differ from what is shown at https://flipnot.es/setup except for the values to enter in your custom DNS settings. + First, make sure that your console is connected to the same network as this computer. + Please submit any issues to Sudomemo Support. ## Running on Windows: @@ -13,7 +15,8 @@ Run the .exe provided in this release. You may have to click past a warning from ## Running on anything else: -Required packages (installable with pip): requests, dnslib +Required packages (installable with pip): `requests`, `dnslib` + Required Python version: 3+, tested with 3.6 sudo sudomemoDNS.py @@ -54,6 +57,7 @@ then you can enter it as follows: ## Building on Windows Install dnslib, requests, and pyinstaller via pip, then modify the paths in the spec file to where sudomemoDNS and the sudomemoDNS icon is stored. + Then, run the following as an administrator: - pyinstaller.exe sudomemoDNS_v1.1.spec \ No newline at end of file + pyinstaller.exe sudomemoDNS_v1.1.spec