Windows
Windows install guide
1. **Unzip the file**
- Right-click the `jellyfaas.zip` file and select **Extract All...**.
- Choose a location to extract the files. After extraction, you should see a `jellyfaas.exe` file.
2. **Move the executable to a location in your PATH**
To run jellyfaas
from any directory, place it in a folder included in your system's PATH. Common locations include C:\Windows\System32
or create a custom directory and add it to your PATH variable.
For example:
- Open File Explorer and navigate to the folder where you extracted `jellyfaas.exe`.
- Copy `jellyfaas.exe`.
- Paste it into `C:\Windows\System32`.
Alternatively, you can add a new directory to the PATH:
- Create a folder, e.g., `C:\tools`.
- Move `jellyfaas.exe` into `C:\tools`.
- Update your PATH:
1. Press **Start**, type "Environment Variables", and open **Edit the system environment variables**.
2. Click **Environment Variables...**.
3. Under **System variables**, select **Path**, and then click **Edit**.
4. Click **New** and type `C:\tools`.
5. Click **OK** to save.