From bb6590629042d407e016321627b022791ebd546b Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 22 Oct 2022 17:12:46 +0200 Subject: [PATCH] README.md (Update clone URL) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e92ea81..71b0e67 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu * Open terminal and run the following commands: ```shell - $ git clone https://github.com/q3aql/pwsh-vault.git + $ git clone https://gitlab.com/q3aql/pwsh-vault.git $ cd pwsh-vault $ sudo make install clean ```` @@ -45,7 +45,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu * Open terminal and run the following commands: ```shell - $ git clone https://github.com/q3aql/pwsh-vault.git + $ git clone https://gitlab.com/q3aql/pwsh-vault.git $ cd pwsh-vault $ make cygwin ```` @@ -55,7 +55,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu * Open terminal and run the following commands: ```shell - $ git clone https://github.com/q3aql/pwsh-vault.git + $ git clone https://gitlab.com/q3aql/pwsh-vault.git $ cd pwsh-vault $ make termux ````