Kaynağa Gözat

kamailio-install-guide-git: updates of paths for 5.7.x series

Elena-Ramona Modroiu 1 yıl önce
ebeveyn
işleme
dc79434a7b
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      kamailio-install-guide-git/docs/index.md

+ 3 - 3
kamailio-install-guide-git/docs/index.md

@@ -67,16 +67,16 @@ will be stored.
 
 
 
 
 ```Shell
 ```Shell
-  mkdir -p /usr/local/src/kamailio-devel
-  cd /usr/local/src/kamailio-devel
+  mkdir -p /usr/local/src/kamailio-5.7
+  cd /usr/local/src/kamailio-5.7
 ```
 ```
 
 
 Download the sources from GIT using the following commands.
 Download the sources from GIT using the following commands.
 
 
 ```Shell
 ```Shell
   git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
   git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
-  git checkout -b 5.7 origin/5.7
   cd kamailio
   cd kamailio
+  git checkout -b 5.7 origin/5.7
 ```
 ```
 
 
 _**Note**: if your git client version does not support **--no-single-branch**
 _**Note**: if your git client version does not support **--no-single-branch**