Skip to content

Commit 9bfb805

Browse files
authored
Merge pull request #277 from saurabhhere/master
Fixed Permission error in install.md
2 parents 28bdf4c + f5e6763 commit 9bfb805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To run Sugarizer Server using Docker and Docker Compose:
1414

1515
Install Docker Compose
1616

17-
curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
17+
curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
1818
chmod +x /usr/local/bin/docker-compose
1919

2020
To install Docker Compose on ARM architectures (e.g. for the Raspberry Pi 3), the link above will not work. You need to use [arm-compose](https://github.com/hypriot/arm-compose) instead.

0 commit comments

Comments
 (0)