Files
dotfiles/bin/README.md

11 lines
193 B
Markdown

# Scripts
## External scripts
### [docker-install](https://github.com/docker/docker-install)
```sh
curl -fsSL https://get.docker.com -o $HOME/bin/external/get-docker.sh
sh get-docker.sh
```