Add a Download section to the README

This helps users find download links quickly when they find the GitHub
page directly.
This commit is contained in:
Hugo Locurcio 2020-02-02 01:01:40 +01:00
parent 5fd48fe5fd
commit 1d94f4c976
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -7,6 +7,17 @@ be used to create textures procedurally. It can also be used as a Godot addon
Its user interface is based on Godot's GraphEdit node: textures are described
as interconnected texture generators and operators.
## Download
- **[Download on itch.io](https://rodzilla.itch.io/material-maker)**
On Windows, you can also install Material Maker using [Scoop](https://scoop.sh):
```text
scoop bucket add extras
scoop install material-maker
```
## Documentation
- **[User manual](https://rodzill4.github.io/material-maker/doc/)**