change example inage

This commit is contained in:
Dmitry Fedotov
2025-03-25 21:05:45 +03:00
parent 9bf99b1274
commit f8742db8a5
2 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ Implementation of Barnsley Fern in Go
From the root of the repository
```bash
go build barnsley-fern.go
./barnsley-fern
go build
./barnsley-fern-go
```
or simply
```
@@ -15,3 +15,5 @@ go run barnsley-fern.go
This will generate an image in current directory.
See **./barnsley-fern --help** for available flags.
Image on this page was generated with **./barnsley-fern-go -h 500 -v 500 -rainbow**