From d4ed444e4d22e3664c446dc8651cfc461a1ccc8a Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 13 Jun 2022 17:35:51 +0200 Subject: [PATCH] README.md (Cygwin steps) --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4e9978..37dd5cd 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu ### Dependencies: * **Arch Linux:** - * `sudo pacman -S gcc make coreutils sed expat zip unzip freetype2 libxinerama xterm brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender` + * `sudo pacman -S gcc make coreutils sed expat zip unzip freetype2 libxinerama brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender` * **Debian/Ubuntu:** * `sudo apt install gcc make coreutils sed zip unzip libexpat1-dev libfreetype-dev libxinerama-dev x11-utils libxft-dev libfreetype6-dev libfontconfig1-dev libpng-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev libxdmcp-dev` -### Build and install: +### Build and install (Posix): * Open terminal and run the following commands: @@ -19,6 +19,16 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu $ sudo make install clean ```` +### Build and install (Cygwin): + +* Open terminal and run the following commands: + + ```shell + $ git clone https://github.com/q3aql/pwsh-vault.git + $ cd pwsh-vault + $ make cygwin + ```` + ### GUI Version: ```shell