Installation
Follow these steps to install and set up Flow:
Installation Steps
- Run the install script for your operating system:
- For Linux & MacOS (also for WSL):
curl -sSL https://pjdur.github.io/Flow/docs/install.sh | bash
- For Windows:
iwr https://pjdur.github.io/Flow/docs/install.ps1 -useb | iex
- For Linux & MacOS (also for WSL):
- After the installation, you can run the following command to check if Flow is installed correctly:
flow --version
This should display the version of Flow you have installed.
For more information on how to use Flow, please refer to the usage documentation, or explore the tutorials.