Create README.md
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# barnsley-fern-go
|
||||||
|
Implementation of Barnsley Fern in Go
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
From the root of the repository
|
||||||
|
```bash
|
||||||
|
go build barnsley-fern.go
|
||||||
|
./barnsley-fern
|
||||||
|
```
|
||||||
|
or simply
|
||||||
|
```
|
||||||
|
go run barnsley-fern.go
|
||||||
|
```
|
||||||
|
This will generate an image in current directory.
|
||||||
|
|
Reference in New Issue
Block a user