瀏覽代碼

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**.