Skip to content

Commit 3564833

Browse files
authored
Simplified Package Manager installation instruction
1 parent 1a4dbe0 commit 3564833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ There are 5 ways to install this plugin:
2323
- import [BezierSolution.unitypackage](https://github.com/yasirkula/UnityBezierSolution/releases) via *Assets-Import Package*
2424
- clone/[download](https://github.com/yasirkula/UnityBezierSolution/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
2525
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/level-design/bezier-solution-113074)
26-
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
27-
- `"com.yasirkula.beziersolution": "https://github.com/yasirkula/UnityBezierSolution.git",`
26+
- *(via Package Manager)* click the + button and install the package from the following git URL:
27+
- `https://github.com/yasirkula/UnityBezierSolution.git`
2828
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
2929
- `openupm add com.yasirkula.beziersolution`
3030

0 commit comments

Comments
 (0)