From c264f4877b20baecae2b450330989485fcf704a1 Mon Sep 17 00:00:00 2001 From: Greg Poole Date: Fri, 28 Jun 2019 21:30:27 +1000 Subject: [PATCH] Git readme tweak (#167) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e2750..52a1c49 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,15 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo ### Installing with Unity Package Manager *(Requires Unity version 2018.3.0b7 or above)* -To install this project as a dependency using the Unity Package Manager, +To install this project as a [Git dependency](https://docs.unity3d.com/Manual/upm-git.html) using the Unity Package Manager, add the following line to your project's `manifest.json`: ``` "com.github.siccity.xnode": "https://github.com/siccity/xNode.git" ``` +You will need to have Git installed and available in your system's PATH. + If you are using [Assembly Definitions](https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html) in your project, you will need to add `XNode` and/or `XNodeEditor` as Assembly Definition References. ### Node example: