Skip to content

Commit

Permalink
Merge pull request #58 from soubinan/features
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
soubinan authored Jun 30, 2024
2 parents 748adad + 520da5f commit d0c2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It is very straight forward to add a new build template:

```sh {"id":"01J0MNYBZ7PPTE87YJCNJPC101"}
# Your template should be in the ./templates directory
read -p "Your template filename: " filename && yq eval '. as $root | {"kcl_options": [{"key": "build-instructions", "value": $root}]}' ./templates/${filename} > _lxc-partial.yml && echo "_lxc-partial.yml has been successfully generated !"
read -p "Your template filepath (ie. ./templates/myapp.yml): " templatepath && yq eval '. as $root | {"kcl_options": [{"key": "build-instructions", "value": $root}]}' ./templates/${templatepath} > _lxc-partial.yml && echo "_lxc-partial.yml has been successfully generated !"
ls -lash ./_lxc-partial.yml
```

Expand Down

0 comments on commit d0c2fe4

Please sign in to comment.