summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatryk Zawadzki <patrys@room-303.com>2017-01-21 17:22:13 +0100
committerGitHub <noreply@github.com>2017-01-21 17:22:13 +0100
commiteea919138bbd594f006ee62a7b380145941d4726 (patch)
treee35b18f345e050f184f0e0a49ee5c9d4889a5f38 /docs
parent6385e479f7807a89c3ecc88d94e314597cf26239 (diff)
downloadsaleor-frontend-eea919138bbd594f006ee62a7b380145941d4726.tar.gz
saleor-frontend-eea919138bbd594f006ee62a7b380145941d4726.tar.bz2
saleor-frontend-eea919138bbd594f006ee62a7b380145941d4726.zip
Clarify that we use yarn now
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index bce4bc6a..918eedde 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -12,7 +12,7 @@ Before you are ready to run Saleor you will need certain software installed on y
#. ``wheel`` Python package if you're using pip older than 8.1.2
-#. `Node.js <https://nodejs.org/>`_ version 4 or above
+#. `Node.js <https://nodejs.org/>`_ version 6 or above
.. note::
@@ -24,6 +24,12 @@ Before you are ready to run Saleor you will need certain software installed on y
$ npm i webpack -g
+#. `Yarn <https://yarnpkg.com/>`_ installed globally with:
+
+ .. code-block:: bash
+
+ $ npm i yarn -g
+
#. `PostgreSQL <https://www.postgresql.org/>`_ version 9.4 or above
We also strongly recommend creating a virtual environment before proceeding with installation.
@@ -80,11 +86,11 @@ Installation
.. code-block:: bash
- $ npm install
+ $ yarn
.. note::
- If this step fails go back and make sure you're using new enough versions of Node.js and npm.
+ If this step fails go back and make sure you're using new enough version of Node.js.
#. Prepare front-end assets: