diff --git a/README.md b/README.md index a4bb9a3..756cb8f 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: ``` @@ -130,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 @@ -160,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. ```