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,6 +210,7 @@ Checkout and configure Jitsi Meet:
210 210
 cd /srv
211 211
 git clone https://github.com/jitsi/jitsi-meet.git
212 212
 mv jitsi-meet/ jitsi.example.com
213
+cd jitsi.example.com
213 214
 npm install
214 215
 make
215 216
 ```

Loading…
Cancel
Save