From 17da3a862e42f4f852aaddfbd9d22f57dd47e7a6 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Wed, 13 Mar 2019 19:49:34 +0100 Subject: [PATCH] Typo README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7cdc15..8959f15 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A password management app for Ubuntu Touch aiming to be compatible with [ZX2C4 # Building * Install [clickable](https://github.com/bhdouglass/clickable). -* Clone this repo : ```git --recursive clone https://github.com/qrouland/UTPass``` +* Clone this repo : ```git clone --recursive https://github.com/qrouland/UTPass``` * Build the app : ```cd UTPass && clickable``` For more options/details see the [clickable documentation](http://clickable.bhdouglass.com/en/latest/index.html)