diff options
Diffstat (limited to 'Services/ooconv')
| -rw-r--r-- | Services/ooconv/README.md | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md index c39bbd8..4f98429 100644 --- a/Services/ooconv/README.md +++ b/Services/ooconv/README.md @@ -6,14 +6,14 @@ Based on the docker default centos Dockerfile  **Usage**   -          docker run --name="test-ooconv" startx/sv-ooconv unoconv -          docker run -d -p 2002:2002 --name="test-ooconv" startx/sv-ooconv +	  docker run --name="test-ooconv" startx/sv-ooconv unoconv +	  docker run -d -p 2002:2002 --name="test-ooconv" startx/sv-ooconv  **Converting documents** -        // Start the server  -        unoconv --listener --server 1.2.3.4 --port 2002 +	// Start the server  +	unoconv --listener --server 1.2.3.4 --port 2002 -        // Use the client to connect to the convertion server -        unoconv --server 1.2.3.4 --port 2002 +	// Use the client to connect to the convertion server +	unoconv --server 1.2.3.4 --port 2002  | 
