From 63da9b9a812c58816b3c7704fb5ebf26bf72cbec Mon Sep 17 00:00:00 2001 From: Mishael Ochu Date: Sun, 12 Feb 2023 07:38:07 -0700 Subject: [PATCH] Update README.md to include libsecret --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 078ab92a..d867fc47 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ If you hit an error saying `electron-deeplink: unable to lock instance`, you can - yarn && yarn dist:win (or npm i && npm run dist:win) - Linux: + - install `libsecret-1-dev` using `apt` (`apt-get`) - npm run build - on mac? use docker image from here https://www.electron.build/multi-platform-build `electronuserland/builder` - package.json postinstall script: `electron-builder install-app-deps --platform=linux`