diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..06b9ead --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright 2024 Thomas Gazagnaire + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index 1d0a1f0..f38e5a1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ opam install container-image To fetch the layers of an image: ```bash -container-image fetch IMAGE_NAME[:TAG] +image fetch IMAGE_NAME[:TAG] ``` This command downloads the image layers to the current directory. By @@ -47,7 +47,7 @@ default TAG is `latest`. To inspect an image's contents on the local filesystem: ```bash -container-image checkout [TAG] +image checkout [TAG] ``` After running this command, you'll find the image's contents extracted @@ -67,5 +67,5 @@ Contributions to the `container-image` project are welcome! ## License -This project is licensed under the MIT License. See -[LICENSE](link-to-license-file) for more details. +This project is licensed under the ISC License. See [LICENSE](./LICENSE) for +more details.