Skip to content

Commit 09ddea4

Browse files
Merge pull request #1 from easymorph/ver.1.2
Ver.1.2
2 parents 81571e3 + abf9772 commit 09ddea4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ EasyMorph Server Command Line Client (in further text – **ems-cmd**) allows yo
99
3. [EasyMorph Server 1.2](http://easymorph.com/server.html) or higher (installed on a separate PC)
1010

1111

12+
#### Download
13+
ems-cmd comes together with EasyMorph Server. Also it can be [downloaded](https://github.com/easymorph/server-cmd/releases) separately
14+
15+
Current version is 1.2.0.
16+
17+
1218
#### General command format:
1319

1420
```
@@ -130,7 +136,7 @@ In any case, you may use parameter `/y` to overwrite existing file without any p
130136

131137

132138
Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
133-
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
139+
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.
134140

135141
```
136142
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
160166

161167

162168
Be careful with folders that contain spaces in their names. You should add quotation marks around such parameter values.
163-
Keep in mind, that sequence `\"` will escape double quotes. So `"D:\"`, `"D:\another folder\"` are incorrect, use `D:\` and `"D:\another folder"` instead.
169+
Keep in mind, that sequence `\"` will escape double quotes. So don't use it at the end of the parameter value.
164170

165171

166172
```

0 commit comments

Comments
 (0)