diff --git a/content/post/building-libreoffice-online-for-debian.md b/content/post/building-libreoffice-online-for-debian.md index 61a0cc0..8ebf652 100644 --- a/content/post/building-libreoffice-online-for-debian.md +++ b/content/post/building-libreoffice-online-for-debian.md @@ -336,15 +336,15 @@ Last-Update: 2017-06-23 Now we install some required `npm` dependencies; the `nodejs-legacy` package will provide our `npm`; don't install the `npm` package itself as this will cause dependency hell. I do this in the main homedir to avoid putting cruft into the source directories. ``` -cd ~ -npm install uglify-js exorcist d3 evol-colorpicker bootstrap eslint browserify-css d3 +$ cd ~ +$ npm install uglify-js exorcist d3 evol-colorpicker bootstrap eslint browserify-css d3 ``` Finally, we can build the LibreOffice Online package. ``` -cd ~/loolwsd/online/ -sudo dpkg-buildpackage -us -uc -j4 +$ cd ~/loolwsd/online/ +$ sudo dpkg-buildpackage -us -uc -j4 [lots of output] dpkg-buildpackage: info: full upload (original source is included) $ cd ..