Update linux installation authored by yannick legoc's avatar yannick legoc
...@@ -48,7 +48,7 @@ $ sudo make install ...@@ -48,7 +48,7 @@ $ sudo make install
Rebuild the addons with the good electron version: Rebuild the addons with the good electron version:
``` ```
$ node-gyp rebuild --target=v25.2.0 --dist-url=https://electronjs.org/headers --nomad=true --vexplib=true --vexp_libdir=/usr/local/lib/libvexplib.a $ node-gyp rebuild --target=v25.2.0 --dist-url=https://electronjs.org/headers --vexplib=true --vexp_libdir=/usr/local/lib/libvexplib.a
``` ```
Package the project: Package the project:
... ...
......