diff --git a/README.md b/README.md index bf818f2..a8e1fc3 100644 --- a/README.md +++ b/README.md @@ -29,27 +29,9 @@ See also: * [Changelog](https://github.com/hastic/hastic-server/wiki/Changelog) * [Roadmap](https://github.com/hastic/hastic-server/wiki/Roadmap) -## Download & Install on Linux - -You need only [nodejs >= 6.14](https://nodejs.org/en/download/) on your machine. - -### Node 6 -``` -wget https://github.com/hastic/hastic-server/releases/download/0.2.6-alpha/hastic-server-0.2.6-alpha-node-6.tar.gz -tar -zxvf hastic-server-0.2.6-alpha-node-6.tar.gz -cd hastic-server-0.2.6-alpha/server/dist -node server -``` - -### Node 8 -``` -wget https://github.com/hastic/hastic-server/releases/download/0.2.6-alpha/hastic-server-0.2.6-alpha-node-8.tar.gz -tar -zxvf hastic-server-0.2.6-alpha-node-8.tar.gz -cd hastic-server-0.2.6-alpha/server/dist -node server -``` - -**Make sure that HASTIC_PORT is opened in your firewall. Default value is 8000.** +## Download & Install + +Please visit https://hastic.io/downloads ## [Docker installation](https://github.com/hastic/hastic-server/wiki/Docker)