From b030babc51d02ed9f90f85a77cc635b271e9f44b Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 4 Jul 2020 20:10:58 +1200 Subject: [PATCH 1/3] Make a few small changes to README These changes are especially useful to those who have just found Houdini on GitHub. It saves a lot of time and stress! --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98026ab..a9ee04f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ $ pip install -r requirements.txt $ python bootstrap.py login ``` +## Installation with Docker + +You can also use [Wand](https://github.com/solero/wand), a tool that installs Houdini, Dash and many other useful tools to compliment your experience. + +This is especially useful for those who want a straightforward installation, where everything is installed for you! + ## Game Screenshots Screenshot @@ -77,7 +83,6 @@ $ python bootstrap.py login If you have suggestions for how this project can be improved, or want to report a bug, please feel free to open an issue! We welcome any and all contributions. We listen to all your questions and are always active on the [Solero Discord server](https://solero.me/discord). - ## License MIT Licensed From dbcf8c937e2b957bb8a61e8e8d044e7e69b243ec Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 5 Jul 2020 08:49:47 +1200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9ee04f..ddc6b59 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ $ python bootstrap.py login You can also use [Wand](https://github.com/solero/wand), a tool that installs Houdini, Dash and many other useful tools to compliment your experience. This is especially useful for those who want a straightforward installation, where everything is installed for you! +Currently Wand only works on Linux servers. ## Game Screenshots From 42e893e5ffd19ceacd853d3583f2eebc531debe8 Mon Sep 17 00:00:00 2001 From: AllinolCP <56921534+AllinolCP@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:55:31 +0700 Subject: [PATCH 3/3] readme: add information about windows and mac wand servers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc6b59..e7de088 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ $ python bootstrap.py login You can also use [Wand](https://github.com/solero/wand), a tool that installs Houdini, Dash and many other useful tools to compliment your experience. This is especially useful for those who want a straightforward installation, where everything is installed for you! -Currently Wand only works on Linux servers. +Currently Wand only works on Linux servers. Windows and Mac servers could work but requires extra work! ## Game Screenshots