mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 02:23:41 -05:00
Include build-essentials
This commit is contained in:
parent
bdf4fbb59a
commit
bbd3f92fcc
2 changed files with 7 additions and 4 deletions
|
@ -247,9 +247,11 @@ module.exports = (grunt) ->
|
||||||
Either aspell is not installed or is not in your PATH.
|
Either aspell is not installed or is not in your PATH.
|
||||||
|
|
||||||
On Ubuntu you can install aspell with:
|
On Ubuntu you can install aspell with:
|
||||||
|
|
||||||
sudo apt-get install aspell
|
sudo apt-get install aspell
|
||||||
|
|
||||||
Or on a mac:
|
Or on a mac:
|
||||||
|
|
||||||
brew install aspell
|
brew install aspell
|
||||||
|
|
||||||
This is not a fatal error, but the spell-checker will not work
|
This is not a fatal error, but the spell-checker will not work
|
||||||
|
|
|
@ -7,3 +7,4 @@
|
||||||
|
|
||||||
package 'git'
|
package 'git'
|
||||||
package 'vim'
|
package 'vim'
|
||||||
|
package 'build-essential'
|
Loading…
Reference in a new issue