Files
dotfiles/bin/README.md
2022-09-29 04:28:45 +01:00

11 lines
184 B
Markdown

# 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
```