refactor(docs): Add spacing

This commit is contained in:
hygienic-books 2023-07-25 03:44:32 +02:00
parent cc515c0701
commit 77853d47bc

View File

@ -7,11 +7,15 @@ A small Docker helper script to get images to remote machines
Get started like so:
1. Install dependency `pv`
1. Clone repo into arbitrary path `<repo>`
1. Make `copy-docker.sh` executable
```
chmod +x <repo>/copy-docker.sh
```
1. Symlink to script, for example
```
sudo ln -s <repo>/copy-docker.sh /usr/local/bin/copy-docker.sh