X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=README;h=a692139aa6da7c5ced84ec6271fb4a0764520475;hp=1afb559523710c3909064c81fed7ae140cc92007;hb=0816001c5f0b24aa7d535017d97d4486e3051b6c;hpb=2f53ad28854b9d68fcbd19ca02002c5883234638 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