More proofreading

This commit is contained in:
Joshua Boniface 2017-07-07 14:36:01 -04:00
parent 170c833284
commit b4af25016b
1 changed files with 4 additions and 4 deletions

View File

@ -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. 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 ~ $ cd ~
npm install uglify-js exorcist d3 evol-colorpicker bootstrap eslint browserify-css d3 $ npm install uglify-js exorcist d3 evol-colorpicker bootstrap eslint browserify-css d3
``` ```
Finally, we can build the LibreOffice Online package. Finally, we can build the LibreOffice Online package.
``` ```
cd ~/loolwsd/online/ $ cd ~/loolwsd/online/
sudo dpkg-buildpackage -us -uc -j4 $ sudo dpkg-buildpackage -us -uc -j4
[lots of output] [lots of output]
dpkg-buildpackage: info: full upload (original source is included) dpkg-buildpackage: info: full upload (original source is included)
$ cd .. $ cd ..