Browse Source

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

Daniel-Constantin Mierla 5 years ago
parent
commit
d96040291c
1 changed files with 4 additions and 4 deletions
  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.