scripts: README: Add docker-install

This commit is contained in:
PorridgePi
2022-09-29 04:28:45 +01:00
parent 92a74dda2b
commit 45233069f2

10
bin/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Scripts
## External scripts
### [docker-install](https://github.com/docker/docker-install)
```sh
curl -fsSL https://get.docker.com -o $HOME/bin/get-docker.sh
sh get-docker.sh
```