X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=README;h=a692139aa6da7c5ced84ec6271fb4a0764520475;hp=1afb559523710c3909064c81fed7ae140cc92007;hb=bc101387edcc19bf11d69d662b5ff46134795e3a;hpb=7981f047e7ad9da24f76e6aded3c516c8f2dc563 diff --git a/README b/README index 1afb559..a692139 100644 --- a/README +++ b/README @@ -16,7 +16,10 @@ code: Dependencies ------------ Compiling the source requires the babel (version 6) CLI to be -available as "babeljs" along with the "react" preset. This can be -achieved on Debian with: +available as "babeljs" along with the "react" preset and support for +"object spread" syntax. This can be achieved on Debian with: - sudo apt install node-babel-cli node-babel-preset-react + sudo apt install \ + node-babel-cli \ + node-babel-preset-react \ + node-babel-plugin-transform-object-rest-spread