doc(install): adds cd command to jitsi-meet installation
This commit is contained in:
parent
c3a6a8fb17
commit
8976b92842
|
@ -210,6 +210,7 @@ Checkout and configure Jitsi Meet:
|
|||
cd /srv
|
||||
git clone https://github.com/jitsi/jitsi-meet.git
|
||||
mv jitsi-meet/ jitsi.example.com
|
||||
cd jitsi.example.com
|
||||
npm install
|
||||
make
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue