Преглед на файлове

Merge pull request #2 from fredposner/master

docs: added src/ to modules.lst
Daniel-Constantin Mierla преди 8 години
родител
ревизия
c4e05780a8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      kamailio-install-guide-git/docs/index.md

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

@@ -81,9 +81,9 @@ The first step is to generate build config files.
 Next step is to enable the MySQL module. Edit **modules.lst** file:
 
 ```Shell
-  nano -w modules.lst
+  nano -w src/modules.lst
   # or
-  vim modules.lst
+  vim src/modules.lst
 ```
 
 Add **db_mysql** to the variable **include_modules**.