Browse Source

Fix compiling guide;

bjorn 7 years ago
parent
commit
ef57a8d80e
2 changed files with 2 additions and 1 deletions
  1. 0 0
      guides/Compiling.md
  2. 2 1
      guides/init.lua

+ 0 - 0
guides/COMPILING.md → guides/Compiling.md


+ 2 - 1
guides/init.lua

@@ -2,5 +2,6 @@ return {
   'Getting_Started',
   'Getting_Started',
   'Callbacks_and_Modules',
   'Callbacks_and_Modules',
   'Libraries',
   'Libraries',
-  'Distribution'
+  'Distribution',
+  'Compiling'
 }
 }