Browse Source

doc(install): adds cd command to jitsi-meet installation

master
Mark Anthony Sison 6 years ago
parent
commit
8976b92842
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/manual-install.md

+ 1
- 0
doc/manual-install.md View File

210
 cd /srv
210
 cd /srv
211
 git clone https://github.com/jitsi/jitsi-meet.git
211
 git clone https://github.com/jitsi/jitsi-meet.git
212
 mv jitsi-meet/ jitsi.example.com
212
 mv jitsi-meet/ jitsi.example.com
213
+cd jitsi.example.com
213
 npm install
214
 npm install
214
 make
215
 make
215
 ```
216
 ```

Loading…
Cancel
Save