diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-12-11 15:16:21 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-18 13:25:56 +0000 |
commit | 726adde879339a320109538c477ee2e4ceca0396 (patch) | |
tree | f00f882e03fbef95a118658fbbb81ec61b13ef6f /Documentation/lessons/lesson2.md | |
parent | 018a9af4d5867f21ec4a16d606098812ffb8d0b6 (diff) | |
download | coreboot-726adde879339a320109538c477ee2e4ceca0396.tar.xz |
Documentation/lesson2: Add quotes to increase readability
Change-Id: Ibb041965bb9a97d153ace1f697607e524a6f50ac
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/30165
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/lessons/lesson2.md')
-rw-r--r-- | Documentation/lessons/lesson2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/lessons/lesson2.md b/Documentation/lessons/lesson2.md index a95dd809cc..d3e0d8c08f 100644 --- a/Documentation/lessons/lesson2.md +++ b/Documentation/lessons/lesson2.md @@ -65,8 +65,8 @@ On Gerrit, click on the **Browse** tab in the upper left corner and select to click the next page arrow at the bottom a few times to find it. If you are using SSH keys, select **ssh** from the tabs under "Project -coreboot" and run the clone with commit-msg hook command that's provided. This -should prompt you for your id_rsa passphrase, if you previously set one. +coreboot" and run the "clone with commit-msg hook" command that's provided. +This should prompt you for your id_rsa passphrase, if you previously set one. If you are using HTTP, instead, select **http** from the tabs under "Project coreboot" and run the command that appears |