Skip to content

Commit d110c9d

Browse files
authored
Update README.md
Add HIDE_REPOSITORY constant docs for the builder stage
1 parent 7be5c79 commit d110c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ ENV LANGUAGE=en
9393
ENV ICON=library
9494
ENV PRIMARY_COLOR=indigo
9595
ENV SECONDARY_COLOR=indigo
96+
ENV HIDE_REPOSITORY=false
9697
```
9798
* `WORKSPACE` selects the path in which the main script is run. This path should be the root of your working directory, inside which there are both the source folder and the destination folder.
98-
* `TITLE`, `LANGUAGE`, `ICON`, `PRIMARY_COLOR`, `SECONDARY_COLOR` are all described in [this section](#additional-parameters-info).
99+
* `TITLE`, `LANGUAGE`, `ICON`, `PRIMARY_COLOR`, `SECONDARY_COLOR`, `HIDE_REPOSITORY` are all described in [this section](#additional-parameters-info).
99100

100101

101102
## Notes about documenting your software

0 commit comments

Comments
 (0)