From 5b1612ad00e53abcfa9951f9a2f94574d6d34807 Mon Sep 17 00:00:00 2001 From: Sheri Bigelow Date: Mon, 9 Dec 2019 14:06:29 -0700 Subject: [PATCH] Update to shorten git commands Make the git commands a little easier to copy by taking out `$` from the start of the lines. This also matches with the other commands on the page which do not start with `$`. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6320de8dcb..5f0ce47ea8 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Note that the OS platform used by the maintainers is macOS but the tools and set * Clone the project and submodules: ``` -$ git clone --recurse-submodules https://github.com/wordpress-mobile/gutenberg-mobile.git +git clone --recurse-submodules https://github.com/wordpress-mobile/gutenberg-mobile.git ``` * Or if you already have the project cloned, initialize and update the submodules: ``` -$ git submodule init -$ git submodule update +git submodule init +git submodule update ``` ## Set up