From b315b71e43ab2f84a65f3de9b1b3b96165d580ff Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 7 Jul 2021 15:48:58 +0100 Subject: [PATCH] Use double quotes in readme which work in the windows shell --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65345b4..d2fe695 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ so the first step is to get a working copy of Element Web. There are a few ways # Fetch the prebuilt release Element package from the element-web GitHub releases page. The version # fetched will be the same as the local element-desktop package. # We're explicitly asking for no config, so the packaged Element will have no config.json. -yarn run fetch --noverify --cfgdir '' +yarn run fetch --noverify --cfgdir "" ``` ...or if you'd like to use GPG to verify the downloaded package: @@ -30,14 +30,14 @@ yarn run fetch --noverify --cfgdir '' # once. yarn run fetch --importkey # Fetch the package and verify the signature -yarn run fetch --cfgdir '' +yarn run fetch --cfgdir "" ``` ...or either of the above, but fetching a specific version of Element: ``` # Fetch the prebuilt release Element package from the element-web GitHub releases page. The version # fetched will be the same as the local element-desktop package. -yarn run fetch --noverify --cfgdir '' v1.5.6 +yarn run fetch --noverify --cfgdir "" v1.5.6 ``` If you only want to run the app locally and don't need to build packages, you can