From 1d94f4c9762724cbbfeb003d29f3d9760f01cb65 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 2 Feb 2020 01:01:40 +0100 Subject: [PATCH] Add a Download section to the README This helps users find download links quickly when they find the GitHub page directly. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b13b059..5052f95 100644 --- a/README.md +++ b/README.md @@ -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/)**