Skip to content

Commit bce53b2

Browse files
authored
Simplified Package Manager installation instruction
1 parent 0990d13 commit bce53b2

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
@@ -32,8 +32,8 @@ There are 5 ways to install this plugin:
3232
- import [SimpleFileBrowser.unitypackage](https://github.com/yasirkula/UnitySimpleFileBrowser/releases) via *Assets-Import Package*
3333
- clone/[download](https://github.com/yasirkula/UnitySimpleFileBrowser/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
3434
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/gui/runtime-file-browser-113006)
35-
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
36-
- `"com.yasirkula.simplefilebrowser": "https://github.com/yasirkula/UnitySimpleFileBrowser.git",`
35+
- *(via Package Manager)* click the + button and install the package from the following git URL:
36+
- `https://github.com/yasirkula/UnitySimpleFileBrowser.git`
3737
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
3838
- `openupm add com.yasirkula.simplefilebrowser`
3939

0 commit comments

Comments
 (0)