Skip to content

Commit d9666a7

Browse files
author
Matthias Schmidt
committed
Fix file tree in getting started guide
1 parent 7d3ca74 commit d9666a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ If you have followed the above guidelines carefully, your package directory shou
169169
```
170170
├── files
171171
│ └── lib
172-
── page
173-
── TestPage.class.php
172+
── page
173+
── TestPage.class.php
174174
├── package.xml
175175
├── page.xml
176-
── templates
177-
└── test.tpl
176+
── templates
177+
└── test.tpl
178178
```
179179

180180
Both files and templates are archive-based package components, that deploy their payload using tar archives rather than adding the raw files to the package file. Please create the archive `files.tar` and add the contents of the `files/*` directory, but not the directory `files/` itself. Repeat the same process for the `templates` directory, but this time with the file name `templates.tar`. Place both files in the root of your project.

0 commit comments

Comments
 (0)