Skip to content
Snippets Groups Projects
Commit 44c7a034 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Update README.rst

Clarification concerning yarn. On some systems "yarn - scenario testing of Unix command line tools" is preinstalled.
parent 3caa0873
No related branches found
No related tags found
1 merge request!6Update README.rst
Pipeline #
...@@ -30,6 +30,9 @@ To set up a new instance perform the following steps: ...@@ -30,6 +30,9 @@ To set up a new instance perform the following steps:
or alternatively with the make task:: or alternatively with the make task::
make install make install
Some systems (like Ubuntu Xenial) come with a preinstalled "yarn - scenario testing of Unix command line tools". Using this will **not** work.
The [yarn package manager](https://yarnpkg.com/en/docs/install) is needed.
#. Set up a Postgres 9.5 database. If you have docker installed the easiest way is to just run it in a docker container, like this:: #. Set up a Postgres 9.5 database. If you have docker installed the easiest way is to just run it in a docker container, like this::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment