Browse Source

docs: added src/ to modules.lst

In index.md, src/ was prefixed to vim src/modules.lst as this is
the new location of modules.lst
Fred Posner 8 years ago
parent
commit
f86ca28798
1 changed files with 2 additions and 2 deletions
  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**.