From f42b710e9f18f5ebec248f8e5149e21489d6dc2e Mon Sep 17 00:00:00 2001 From: Valery Popov <72905449+ValeryPopov1995@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:12:44 +0300 Subject: [PATCH] Update README with Git installation instructions Clarified installation instructions for Git usage. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9e9e3556..8045d1c1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ openupm add com.alelievr.node-graph-processor ### Install via Git Alternatively, you can use the [git address feature in the package manager](https://forum.unity.com/threads/git-support-on-package-manager.573673/) on the branch [#upm](https://github.com/alelievr/NodeGraphProcessor/tree/upm), it only contains the package but it may be out of sync compared to master. +``` +https://github.com/alelievr/NodeGraphProcessor.git#upm +``` Note that you'll not have access to the examples provided in this repo because the package only include the core of NodeGraphProcessor.