From cdd4f0a052f94a1f0e00b1ef9b989eccbabedfb3 Mon Sep 17 00:00:00 2001 From: Matthew Evan Date: Sun, 3 Apr 2022 12:31:38 -0400 Subject: [PATCH] Added config explaination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc4813..7f134ce 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The software is built on Python. So you will need to have python3 installed. The `python3 server.py` -It will prompt you to select a `PORT` to which on your end to bind the server. For now it binds it to your localhost. You can edit that part. We are using a standard SimpleHTTPServer python module for it. +On first run, you will be prompted to edit the newly created `config.json`. You should set the URL to be the URL in which you are hosting **Free Competitors** (ex. `http://5wxkwfl6n4abwjsqv5r6roebwbc7fnc22dq3clpooojzdmdnzzo3amad.onion/`). If you do not wish to set a URL, you should set it to `/`. Then, you should specify the port to serve on, and the CSS to use. Please tell us if you start an instance. We want to add it's link here.