Im trying to install Airflow with docker in mi desktop. I run "curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.2.3/docker-compose.yaml' " justo like the web page says. But appears this :
Invoke-WebRequest : A parameter cannot be found that matches parameter name 'LfO'. At line:1 char:6
- curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.2.3/docke ...
-
~~~~- CategoryInfo : InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException
- FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
And I dont see any info over the web :(