From 916d63f9bec5d624350b62a1d0eaec677a6b214f Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Sat, 25 Nov 2017 21:37:29 +0100 Subject: Fix

markdown syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a688bef..bfed0f44 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ TODO Generate a ssh key for your git repo -------------------------------------------- -###From the application### +### From the application - Go to **settings** > **Generate SSH key pair** - Select the key size (length) - Set the passphrase (optional) and a comment (optional) - Press **Generate** - Press **Copy** to copy the public key and add it to your ssh server -###From a terminal### +### From a terminal - Generate the private and public key ``` ssh-keygen -C droid_phone -b 2048 -t rsa -f /tmp/id_rsa_droid -- cgit v1.2.3