Update docker instructions

I closed #23 which didn't appear to be a bug, but for
completeness, it puts each instruction on its own line.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
pull/28/head
Alex Ellis (OpenFaaS Ltd) 5 years ago
parent cb74c04c4f
commit e35379486b
  1. 7
      GUIDE.md

@ -78,8 +78,13 @@ You may also need to make a reservation on your router's DHCP table so these add
This installs 17.12 or newer.
```
$ curl -sSL get.docker.com | sh && \
curl -sSL get.docker.com | sh
# Add current user to docker group:
sudo usermod pi -aG docker
# Refresh groups
newgrp docker
```

Loading…
Cancel
Save