From 0987644fdab9adae3451f0ba082f86d4d3d9def9 Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Thu, 21 Mar 2024 02:23:55 +0500 Subject: [PATCH] Update README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2e726c6..970a467 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,3 @@ pip install ./rl_string_helper ``` Now we need configure our Freedium instance. Copy `.env_template` to `.env` configuration file and set values, required for you. - -If you have linux, execute `./script/start_dev.sh` and open in browser 'localhost:6752'. That will execute Caddy reverse proxy. -If you have other OS or want test without reverse proxy, you can execute server using command `python3 -m server server` and access by address 'localhost:7080':