Add short URL

This commit is contained in:
Jerome Petazzoni
2020-01-30 01:04:13 -06:00
parent b745af9285
commit fbb63f3927

View File

@@ -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.