We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49f563 commit 0336c20Copy full SHA for 0336c20
README.md
@@ -6,7 +6,7 @@ Quick and easy way to get a reverse proxy up and running
6
## Install Docker and Git
7
```
8
sudo apt update && sudo apt upgrade && \
9
-sudo apt install git && \
+sudo apt install git curl && \
10
curl -fsSL https://get.docker.com | sh
11
12
0 commit comments