Skip to content

Commit

Permalink
Merge pull request #10 from willayton/main
Browse files Browse the repository at this point in the history
Misc documentation fixups
  • Loading branch information
willayton authored Sep 17, 2024
2 parents eb82e03 + 280f310 commit 7804ec9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Convert a helm chart archive to OCI layout format.
## Usage

```bash
Usage: helm_to_oci <chart> [--output <output>]
Usage: helm2oci <chart> [--output <output>]

Convert Helm chart archive to OCI layout

Expand All @@ -17,3 +17,11 @@ Options:
does not exist. Defaults to the chart name.
--help display usage information
```
## Installation
Build from source using `cargo build`.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
11 changes: 5 additions & 6 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# TODO: The maintainer of this repo has not yet edited this file
# Support

## How to file issues and get help
## How to file issues and get help

This project uses GitHub Issues to track bugs and feature requests. Please search the existing
issues before filing new issues to avoid duplicates. For new issues, file your bug or
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
issues before filing new issues to avoid duplicates. For new issues, file your bug or
feature request as a new Issue.

For help and questions about using this project, please raise an issue.

## Microsoft Support Policy
## Microsoft Support Policy

Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
Support for this project is limited to the resources listed above.

0 comments on commit 7804ec9

Please sign in to comment.