File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,18 @@ contained.
20
20
21
21
The following steps will show you how to create and use a config file.
22
22
23
- ## Step 1: Create the config file
23
+ ## Step 1: Create the configure file
24
24
25
- Using the text editor of your choice, create a file named ` configure ` and add
26
- the instructions that you want included. For example, the following file shows
27
- how you can clone a repo at build time:
25
+ Using the text editor of your choice, create a file named ` configure ` and make
26
+ it executable:
27
+
28
+ ``` console
29
+ touch configure
30
+ chmod +x configure
31
+ ```
32
+
33
+ Next, add the instructions that you want included. For example, the following
34
+ file shows how you can clone a repo at build time:
28
35
29
36
``` console
30
37
#!/bin/bash
You can’t perform that action at this time.
0 commit comments