Skip to content

Commit

Permalink
Update installation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mpewsey authored Jun 11, 2024
1 parent c9dc859 commit 3f49b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ In Unity, select `Window > Package Manager`.
Select `Add package from git URL...` and paste the following URL:

```
https://github.com/mpewsey/ManiaMap.Unity.git
https://github.com/mpewsey/ManiaMap.Unity.git?path=Packages/ManiaMap.Unity
```

To lock into a specific version, append `#{VERSION_TAG}` to the end of the URL. For example:

```
https://github.com/mpewsey/ManiaMap.Unity.git#v0.0.3
https://github.com/mpewsey/ManiaMap.Unity.git?path=Packages/ManiaMap.Unity#v0.0.3
```

## Example
Expand Down

0 comments on commit 3f49b7d

Please sign in to comment.