Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Markdown needs two newlines to render line breaks
  • Loading branch information
sudofox authored Jul 14, 2020
1 parent c2c7cc2 commit e243f32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 <name of your python binary> sudomemoDNS.py
Expand Down Expand Up @@ -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
pyinstaller.exe sudomemoDNS_v1.1.spec

0 comments on commit e243f32

Please sign in to comment.