summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Alves <henriquelalves@gmail.com>2022-07-25 22:04:36 -0300
committerHenrique Alves <henriquelalves@gmail.com>2022-07-25 22:04:36 -0300
commit627324b5c80d2c72b160691a2ebf420ac7787f82 (patch)
tree6c0194eaf7f6fea9b3b1710f4723e7156c5f1369
parent8e220d5941e50f9f5bf44f56b83a44e2534e041f (diff)
downloadglam-627324b5c80d2c72b160691a2ebf420ac7787f82.tar.gz
glam-627324b5c80d2c72b160691a2ebf420ac7787f82.tar.bz2
glam-627324b5c80d2c72b160691a2ebf420ac7787f82.zip
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfe8118..b0caa01 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
This is **not** a one-size-fits-all kind of solution. I created it because I wanted an easy way to start a Godot project with addons I use often without having to download them via the Asset Manager, and to develop my own Addons while I use them on other projects (hence `glam apply`). If you are interested in other alternatives, check the **Alternatives** section.
## Installing
+The project only works on UNIX (Linux/Mac) machines. You need `git` installed for the commands to work.
+
**This is a WIP project**, so I'm not too focused on providing releases; right now, the easiest way to install this project is via `cargo install`. This may change if this project gain traction.
## Example