added example

This commit is contained in:
Tomas Rivera
2024-11-10 09:57:16 +01:00
committed by GitHub
parent 3df7ecdc29
commit 8c5eaec904
+4
View File
@@ -70,3 +70,7 @@ Render the Mandelbrot set with red color mode:
```bash ```bash
./fractal -c -p '#' -m red ./fractal -c -p '#' -m red
``` ```
Render a big and detailled Mandelbrot set:
```bash
./fractal -c -s 20 -i 1000
```