Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install instructions #592

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ NuGetForUnity provides a visual editor window to see available packages on the s
# How do I install NuGetForUnity?

<details>
<summary>Install via Package Manager</summary>
<summary>Install via OpenUPM</summary>
The package is available on the <a href="https://openupm.com/packages/com.github-glitchenzo.nugetforunity/">openupm</a> registry. So you can install it via openupm-cli or manually using a scoped registry see documentation at <a href="https://openupm.com/packages/com.github-glitchenzo.nugetforunity/">openupm</a>.

```
openupm add com.github-glitchenzo.nugetforunity
```

</details>

<details>
<summary>Install as GIT dependency via Package Manager</summary>

#### Unity 2019.3 or newer

Expand Down Expand Up @@ -39,16 +49,6 @@ https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity

</details>

<details>
<summary>Install via OpenUPM</summary>
The package is available on the <a href="https://openupm.com/packages/com.github-glitchenzo.nugetforunity/">openupm</a> registry. So you can install it via openupm-cli.

```
openupm add com.github-glitchenzo.nugetforunity
```

</details>

<details>
<summary>Install via .unitypackage file</summary>

Expand Down
Loading