Skip to content

Commit

Permalink
minor fixes (typos)
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Sep 25, 2017
1 parent 013eca4 commit bb2a291
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,18 +530,18 @@ Here is example for Docker minimal Debian image:
$ sparrowdo \
--bootstrap
--docker=instance1 \
--no_sudo --sparrowfile=deploy/sparrowfile.install.pl6
\--format=production
--no_sudo --sparrowfile=deploy/sparrowfile.install.pl6 \
--format=production

And for remote server:

$ sparrowdo \
--bootstrap
--host=$ipaddress \
--no_sudo --sparrowfile=deploy/sparrowfile.install.pl6
\--format=production
--no_sudo --sparrowfile=deploy/sparrowfile.install.pl6 \
--format=production

Caveat - this installation method only supported for Linux OS.
Caveat - this installation method is only supported for Linux OS.

Follow [Sparrowdo](https://github.com/melezhik/sparrowdo) for the details.

Expand Down

0 comments on commit bb2a291

Please sign in to comment.