From 900fb36abe85595da10cec0f76cae8d764a21ec9 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia-Ripoll Date: Sun, 27 Dec 2020 21:18:28 +0100 Subject: [PATCH] Fix command line syntax. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1a623d..f6524e2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The script supports two way of being invoked: ```` Usage: - ./emacs-build.cmd [--branch b] + .\emacs-build.cmd [--branch b] [--clone] [--build] [--deps] [--pack-emacs] [--pack-all] [--without-X] [--with-X] [--pdf-tools] [--hunspell] [--mu] [--isync] @@ -74,7 +74,7 @@ Extensions: Assume you invoke this script as follows ```` -./emacs-build.cmd --slim --clone --deps --build --pdf-tools --hunspell --mu --isync --pack-all +.\emacs-build.cmd --slim --clone --deps --build --pdf-tools --hunspell --mu --isync --pack-all ```` It will take care of the following tasks