diff --git a/README.md b/README.md index 4d46e43..c5955ad 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Possible to install on: #### System prerequisites: * [git](https://git-scm.com/download/linux) -* [nodejs >= 8.x](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions), but there is special build for [nodejs 6.14](server/BUILD_6_14.md) -* [python3](https://www.python.org/downloads/) with pip3 +* [nodejs >= 6.14](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) +* [python3](https://www.python.org/downloads/) with [pip3](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) #### Installation ```bash diff --git a/server/BUILD_6_14.md b/server/BUILD_6_14.md deleted file mode 100644 index 8b69777..0000000 --- a/server/BUILD_6_14.md +++ /dev/null @@ -1,9 +0,0 @@ -# Node.js 6.14 build - -If you want to use old version of Node.js, then do: - -``` -cd server -npm run 6-14-build -npm run 6-14-start -``` \ No newline at end of file