diff --git a/README.md b/README.md index 6797d6c..6d2cb32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # shpod +**TL,DR:** `curl https://shpod.sh | sh` + + +## What's this? + `shpod` is a container image based on the Alpine distribution and embarking a bunch of tools useful when working with Kubernetes: @@ -38,6 +43,13 @@ To execute it: curl https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.sh | sh ``` +It's also available with short URLs: + +```bash +curl https://shpod.sh | sh +curl https://shpod.me | sh +``` + If you don't like `curl|sh`, and/or if you want to execute things step by step, check the next section.