Skip to content

Commit 5ce0bc1

Browse files
authored
Simplified Package Manager installation instruction
1 parent caf88dd commit 5ce0bc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ There are 5 ways to install this plugin:
2727
- import [IngameDebugConsole.unitypackage](https://github.com/yasirkula/UnityIngameDebugConsole/releases) via *Assets-Import Package*
2828
- clone/[download](https://github.com/yasirkula/UnityIngameDebugConsole/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
2929
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068)
30-
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
31-
- `"com.yasirkula.ingamedebugconsole": "https://github.com/yasirkula/UnityIngameDebugConsole.git",`
30+
- *(via Package Manager)* click the + button and install the package from the following git URL:
31+
- `https://github.com/yasirkula/UnityIngameDebugConsole.git`
3232
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
3333
- `openupm add com.yasirkula.ingamedebugconsole`
3434

0 commit comments

Comments
 (0)