Browse Source

Add compiling guide to manifest;

bjorn 7 years ago
parent
commit
d7d931fc5f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      guides/init.lua

+ 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'
 }
 }