mirror of
https://github.com/sartography/spiffworkflow_website.git
synced 2025-02-23 21:08:18 +00:00
outfile was not doing what we expected, and is not necessary
This commit is contained in:
parent
43f977fdcc
commit
916f2f6c14
@ -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 >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user