aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup/README.txt14
-rw-r--r--setup/universal/README.txt11
2 files changed, 14 insertions, 11 deletions
diff --git a/setup/README.txt b/setup/README.txt
new file mode 100644
index 000000000..071cb1d8c
--- /dev/null
+++ b/setup/README.txt
@@ -0,0 +1,14 @@
+Traccar is a free and open source GPS tracking system.
+
+Installation instructions are available on the official website:
+
+Windows - https://www.traccar.org/windows/
+Linux - https://www.traccar.org/linux/
+OS X - https://www.traccar.org/mac-os/
+OpenBSD - https://www.traccar.org/openbsd/
+FreeBSD - https://www.traccar.org/freebsd/
+Other - https://www.traccar.org/manual-installation/
+
+If you have any questions or problems visit support page:
+
+https://www.traccar.org/support/
diff --git a/setup/universal/README.txt b/setup/universal/README.txt
deleted file mode 100644
index 5a2fe90cc..000000000
--- a/setup/universal/README.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Web page - https://www.traccar.org
-
-This package contains only main Java application (tracker-server.jar).
-
-1) To start application you need libraries to lib folder (check manifest file)
-
-2) Create configuration file (more information on web page)
-
-3) To start application run following command:
-
-java -jar tracker-server.jar "traccar.xml"