From e8769d09a81fe812b66cd5d7fc700c4b52464765 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 3 May 2015 09:08:49 +0200 Subject: [PATCH] update readme (fix #724) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e849deba..7705562d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Browser extensions: [Chrome](https://github.com/Athou/commafeed-chrome) - [Firef mvn clean package cp config.yml.example config.yml vi config.yml - java -jar target/commafeed.jar server config.yml + java -Djava.net.preferIPv4Stack=true -jar target/commafeed.jar server config.yml ### The long version @@ -51,7 +51,7 @@ Now build the application Copy `config.yml.example` to `config.yml` then edit the file to your liking. Issue the following command to run the app, the server will listen by default on `http://localhost:8082`. The default user is `admin` and the default password is `admin`. - java -jar target/commafeed.jar server config.yml + java -Djava.net.preferIPv4Stack=true -jar target/commafeed.jar server config.yml You can use a proxy http server such as nginx or apache.