mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-06 09:56:32 +00:00
Add short URL
This commit is contained in:
12
README.md
12
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user