From fbd5cb7cc23ea177b1c16cfa88f6d4aa48b972cd Mon Sep 17 00:00:00 2001 From: Robert Yang <2285943+radiatoryang@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:38:48 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 683a20d..2fc7300 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ - 25+ different ivy settings to tweak for your own presets! guide and user documentation is on the [Wiki](https://github.com/radiatoryang/hedera/wiki) - tested on Unity 5.6.7f1 and 2019.1.8 and 2021.2.0f1 (but probably works ok on other Unity versions too) - no HDRP or URP shaders included yet, maybe in 2022? lol +- [changelog](https://github.com/radiatoryang/hedera/blob/master/CHANGELOG.md) -### usage -- download the latest .unitypackage from [Releases](https://github.com/radiatoryang/hedera/releases) -- or, clone this Git repository as a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules), or clone as a package via [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension) +### installation +- (recommended) in Unity's Package Manager, add ``https://github.com/radiatoryang/hedera.git`` as a Git URL package [full instructions](https://github.com/radiatoryang/hedera/wiki#unity-package-manager-recommended) +- or manually download the latest .ZIP from [Releases](https://github.com/radiatoryang/hedera/releases) and unzip to ``//Packages/com.radiatoryang.hedera/`` +- or clone this Git repository as a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) into ``//Packages/com.radiatoryang.hedera/`` ### contributors - please post bug reports or (small) feature requests as an [Issue](https://github.com/radiatoryang/hedera/issues)