From b4af25016b49b5e391529c05d2abdeccb9eaa855 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 7 Jul 2017 14:36:01 -0400 Subject: [PATCH] More proofreading --- content/post/building-libreoffice-online-for-debian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ..