Udpate READMEs with git clone command
This commit is contained in:
parent
36e3f412e3
commit
66a90ca1f1
@ -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
|
||||
```
|
||||
@ -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
|
||||
```
|
||||
@ -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
|
||||
```
|
||||
@ -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:
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user