瀏覽代碼

kamailio-install-guide-git: use version in folder name

Daniel-Constantin Mierla 5 年之前
父節點
當前提交
d96040291c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      kamailio-install-guide-git/docs/index.md

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

@@ -18,8 +18,8 @@ server development version using the sources downloaded from GIT repository -
 the choice for those willing to write code for Kamailio or to try the new
 features to be released in the future with the next major stable version.
 
-*This document focuses on Kamailio devel (at this time it is the upcoming v5.4.0)
-with MySQL/MariaDB support, using a Debian unstable system.*
+*This document focuses on Kamailio v5.4.x releases series, installed
+with MySQL/MariaDB support, using a Debian stable system.*
 
 
 ## Prerequisites ##
@@ -67,8 +67,8 @@ will be stored.
 
 
 ```Shell
-  mkdir -p /usr/local/src/kamailio-devel
-  cd /usr/local/src/kamailio-devel
+  mkdir -p /usr/local/src/kamailio-5.4
+  cd /usr/local/src/kamailio-5.4
 ```
 
 Download the sources from GIT using the following commands.