diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-03 02:20:52 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-03 02:20:52 +0100 |
commit | 9d17462d5e3ff18fd3af4a8bfea087b52c882857 (patch) | |
tree | 510d140fd7ae84f61f02b333c6ca3b09168e527b | |
parent | Migrate the project from sprockets to webpacker (diff) | |
download | packages-5-9d17462d5e3ff18fd3af4a8bfea087b52c882857.tar.gz packages-5-9d17462d5e3ff18fd3af4a8bfea087b52c882857.tar.bz2 packages-5-9d17462d5e3ff18fd3af4a8bfea087b52c882857.zip |
Add the yarnpkg dependency to the README
Frthermore trigger a new travis build, as 'yarnpkg' wasn't
included in the gentoo/trails image during the last build so
that the build failed.
Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ internally codenamed kkuleomi/꾸러미 which is Korean for package (who would h $ docker-compose up ``` +If you don't use containers, please make sure that 'yarnpkg' is in your path. + ## Configuration `ELASTICSEARCH_URL` is where the app thinks ES lives; defaults to `localhost:9200`. |