Sfoglia il codice sorgente

Merge pull request #2 from fredposner/master

docs: added src/ to modules.lst
Daniel-Constantin Mierla 8 anni fa
parent
commit
c4e05780a8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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**.