From 2d17872fb255ab6cd9b29dbe035f027834162acb Mon Sep 17 00:00:00 2001 From: Sylvain303 Date: Sun, 20 Dec 2015 11:03:35 +0100 Subject: [PATCH] typos --- build_arm_image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_arm_image/README.md b/build_arm_image/README.md index 995ff14..31b1ffa 100644 --- a/build_arm_image/README.md +++ b/build_arm_image/README.md @@ -30,7 +30,7 @@ This script requier root privilege to run and modify the local sdcard image. Create a bootable image for raspbian. You have to download the .zip of the image. It embeds sudo call for using dd to copy the raw image to the sdcard. -It will add an ssh key to pi default rasbian user in oder to connect later to continue automated installation. The pi user will be remonved at the end. The key-pair in generated only for you. +It will add an ssh key to pi default rasbian user in oder to connect later to continue automated installation. The pi user will be remonved at the end. The key-pair is generated only for you. Usage: @@ -40,7 +40,7 @@ Usage: It takes some minutes to perform all the steps. Be patient. -Use df or lsblk to find the name of your sdcard device. The script is taking care of umonting the partion if any. It also guess the disk's name if you give an partition's name instead of entire disk device's name. +Use `df` or `lsblk` to find the name of your sdcard device. The script is taking care of umonting the partion if any. It also guess the disk's name if you give an partition's name instead of entire disk device's name. #### 02_install_yunohost.sh