Bob Mottram 8 年之前
父節點
當前提交
d22dfd35ff
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      doc/EN/devguide.org

+ 3
- 0
doc/EN/devguide.org 查看文件

@@ -48,6 +48,9 @@ An example template for an app script is shown below. Copy this and add whatever
48 48
 # You should have received a copy of the GNU Affero General Public License
49 49
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
50 50
 
51
+# 'full' includes your app in the full installation and you can also
52
+# add other variants, separated by spaces. The available variants will
53
+# be detected automatically from the app scripts.
51 54
 VARIANTS='full'
52 55
 
53 56
 SOME_IMPORTANT_CONFIG_VARIABLE='some important value'