fixed the sample archive names

This commit is contained in:
Natalia
2023-09-20 17:58:00 +03:00
parent 2e36067513
commit 01e9dcf1a8
6 changed files with 16 additions and 16 deletions

View File

@ -135,11 +135,11 @@ See the detailed guide to learn how to install Document Server [for Linux](https
a) archive with Java-Spring:
```
wget https://api.onlyoffice.com/app_data/editor/Java%20Spring%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/Java.Spring.Example.zip
```
```
unzip Java\ Spring\ Example.zip
unzip Java.Spring.Example.zip
```
b) git repository:
```
@ -221,11 +221,11 @@ See the detailed guide to learn how to install Document Server [for Docker](http
a) archive with Java-Spring:
```
wget https://api.onlyoffice.com/app_data/editor/Java%20Spring%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/Java.Spring.Example.zip
```
```
unzip Java\ Spring\ Example.zip
unzip Java.Spring.Example.zip
```
b) git repository:
```

View File

@ -145,11 +145,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
2. Download the archive with the Java example and unpack the archive:
```
wget https://api.onlyoffice.com/app_data/editor/Java%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/Java.Example.zip
```
```
unzip Java\ Example.zip
unzip Java.Example.zip
```
3. Change the current directory for the project directory:
@ -250,11 +250,11 @@ See the detailed guide to learn how to install Document Server [for Docker](http
2. Download the archive with the Java example and unpack the archive:
```
wget https://api.onlyoffice.com/app_data/editor/Java%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/Java.Example.zip
```
```
unzip Java\ Example.zip
unzip Java.Example.zip
```
3. Change the current directory for the project directory:

View File

@ -91,11 +91,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
2. Download the archive with the Node.js example and unpack it:
```
wget https://api.onlyoffice.com/app_data/editor/Node.js%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/Node.js.Example.zip
```
```
unzip Node.js\ Example.zip
unzip Node.js.Example.zip
```
3. Change the current directory for the project directory:

View File

@ -145,11 +145,11 @@ See the detailed guide to learn how to [install Document Server for Linux](https
```
```
wget https://api.onlyoffice.com/app_data/editor/PHP%20Example.zip
wget https://api.onlyoffice.com/app_data/editor/PHP.Example.zip
```
```
unzip PHP\ Example.zip
unzip PHP.Example.zip
```
4. Change the current directory for the project directory:

View File

@ -17,11 +17,11 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
2. Download the archive with the Python example and unpack it:
```
wget "https://api.onlyoffice.com/app_data/editor/Python%20Example.zip"
wget "https://api.onlyoffice.com/app_data/editor/Python.Example.zip"
```
```
unzip Python\ Example.zip
unzip Python.Example.zip
```
3. Change the current directory for the project directory:

View File

@ -25,11 +25,11 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
2. Download the archive with the Ruby example and unpack the archive:
```
wget "https://api.onlyoffice.com/app_data/editor/Ruby%20Example.zip"
wget "https://api.onlyoffice.com/app_data/editor/Ruby.Example.zip"
```
```
unzip Ruby\ Example.zip
unzip Ruby.Example.zip
```
3. Change the current directory for the project directory: