From 7afa33244b4894d7adad1cae430b677f1db2004d Mon Sep 17 00:00:00 2001 From: constantin_k <1486665+strongtigerman@users.noreply.github.com> Date: Sat, 7 Oct 2017 18:49:22 +0300 Subject: [PATCH 1/2] link to release added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a4bb9a3..77e2bb1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ EasyMorph Server Command Line Client (in further text – **ems-cmd**) allows yo 3. [EasyMorph Server 1.2](http://easymorph.com/server.html) or higher (installed on a separate PC) +#### Download +ems-cmd comes together with EasyMorph Server. Also it can be [downloaded](https://github.com/easymorph/server-cmd/releases) separately + +Current version is 1.2.0. + + #### General command format: ``` From abf9772d49bf08de9529e433f8964c2a0e3bcfc8 Mon Sep 17 00:00:00 2001 From: constantin_k <1486665+strongtigerman@users.noreply.github.com> Date: Sat, 7 Oct 2017 18:51:45 +0300 Subject: [PATCH 2/2] Update README.md escape characters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e2bb1..756cb8f 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values. -Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead. +Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value. ``` ems-cmd download http://192.168.100.200:6330 -space Default -target D:\your\local\folder -source file.xml @@ -166,7 +166,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values. -Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead. +Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value. ```