Skip to content

Commit

Permalink
Replace node 8+ for 10+; updated and moved down the translate section
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanKiyoshi committed Aug 22, 2018
1 parent 20be61f commit 3d91f8e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Built with top-notch technologies. Django, PostgreSQL, ElasticSearch, GraphQL an

## 💾 Installation and requirements

Saleor requires Python 3.5+, Node.js 8.0+, PostgreSQL and OS-specific dependency tools.
Saleor requires Python 3.5+, Node.js 10.0+, PostgreSQL and OS-specific dependency tools.

[See the Saleor docs](https://saleor.readthedocs.io) for step-by-step installation and deployment instructions.

Expand All @@ -43,12 +43,6 @@ Login credentials: `[email protected]`/`admin`
* Follow us on [Twitter](https://twitter.com/getsaleor?lang=en)
* Check our latest blog posts on [Medium](https://medium.com/saleor)

## 🗺 Translate

Saleor is available in 30 languages translated by our community,
the repository gets synchronized weekly to the latest contributions on
[the localization platform Transifex](https://www.transifex.com/mirumee/saleor-1/languages/). Join us!

## 🎁 Contribute
Any contributions are warmly welcomed, we will do our best to provide you with mentorship and support throughout the whole collaboration.

Expand All @@ -61,6 +55,14 @@ If you have any ideas, just [open an issue](https://github.com/mirumee/saleor/is

Get more details in our [Contributing Guide](https://saleor.readthedocs.io/en/latest/contributing.html).

## 🌎 Translate

Did you know that Saleor is available in almost 30 languages, translated entirely by our community?

If you'd like to help us, you can join one of our translation teams on [the localization platform Transifex](https://www.transifex.com/mirumee/saleor-1/languages/).

The repository gets synchronized weekly with the latest contributions.

## 📝 Your feedback

Do you use Saleor as an e-commerce platform?
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Saleor requires Python 3.5 or later. A compatible version comes preinstalled wit
Node.js
~~~~~~~

Version 8 or later is required. See the `installation instructions <https://nodejs.org/en/download/package-manager/>`_.
Version 10 or later is required. See the `installation instructions <https://nodejs.org/en/download/package-manager/>`_.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Before you are ready to run Saleor you will need additional software installed o
Node.js
~~~~~~~

Version 8 or later is required. Download the macOS installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.
Version 10 or later is required. Download the macOS installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.


PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Make sure that "**Add Python 3.7 to PATH**" is checked.
Node.js
~~~~~~~

Version 8 or later is required. Download the Windows installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.
Version 10 or later is required. Download the Windows installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.

Make sure that "**Add to PATH**" is selected.

Expand Down

0 comments on commit 3d91f8e

Please sign in to comment.