Udpate READMEs with git clone command

This commit is contained in:
pabloFuente 2022-07-07 13:18:36 +02:00
parent 36e3f412e3
commit 66a90ca1f1
4 changed files with 14 additions and 0 deletions

View File

@ -9,5 +9,7 @@ Prerequisites:
Run the application:
```
git clone git@github.com:OpenVidu/openvidu-tutorials.git
cd openvidu-tutorials/openvidu-basic-dotnet
dotnet run
```

View File

@ -12,5 +12,7 @@ Prerequisites:
To run the application:
```
git clone git@github.com:OpenVidu/openvidu-tutorials.git
cd openvidu-tutorials/openvidu-basic-java
mvn spring-boot:run
```

View File

@ -17,5 +17,8 @@ npm install
Run the application:
```
git clone git@github.com:OpenVidu/openvidu-tutorials.git
cd openvidu-tutorials/openvidu-basic-node
npm i
node index.js
```

View File

@ -6,6 +6,13 @@ Prerequisites:
- [Python 3](https://www.python.org/downloads/)
Download repository:
```
git clone git@github.com:OpenVidu/openvidu-tutorials.git
cd openvidu-tutorials/openvidu-basic-python
```
Create a python3 environment and activate it:
```