outfile was not doing what we expected, and is not necessary

This commit is contained in:
burnettk 2023-02-16 14:59:42 -05:00
parent 43f977fdcc
commit 916f2f6c14
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ From Mac0S, Linux Command Line, or Windows Powershell, run the following command
{{< highlight Bash "linenos=false" >}}
mkdir spiffworkflow
cd spiffworkflow
wget https://raw.githubusercontent.com/sartography/spiff-arena/main/docker-compose.yml -outfile docker-compose.yml
wget https://raw.githubusercontent.com/sartography/spiff-arena/main/docker-compose.yml
docker-compose pull
docker-compose up -d
{{< / highlight >}}