diff --git a/README.md b/README.md index c23178876..3ad026a12 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,16 @@ npm start npm run electron ``` +If linux errors like this: + +```bash +# if error like this +../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory + +# then try this +sudo apt install libfontconfig1-dev +``` + ### Windows diff --git a/pack/electron/package.json b/pack/electron/package.json index 65853bad6..76aece97f 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.2.4", + "version": "1.2.5", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true,