|
|
||
|---|---|---|
| .. | ||
| overlays | ||
| README.md | ||
| README_ORDER.txt | ||
| clone.md | ||
| customize.md | ||
| editor.md | ||
| manifest.md | ||
README.md
Demo: hello world with instances
Goal:
- Clone a simple off-the-shelf example as a base configuration.
- Customize it.
- Create two different instances based on the customization.
First define a place to work:
DEMO_HOME=$(mktemp -d)
Alternatively, use
DEMO_HOME=~/hello
Next: Clone an Example