Skip to content

Commit

Permalink
Updated Install Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
peeweek committed May 10, 2021
1 parent 9662ffa commit 38b3a0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 2.0.0

Minimal version is now 2020.3

Major refactor and going out of preview

* Reworked UI and simplified workflow
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ A Unity GUI Frontend to manage build batches and review build reports

## Install

### Local package

Install by cloning and referencing the `package.json` in Package Manager UI, or reference directly `"net.peeweek.build-frontend": "https://github.com/peeweek/net.peeweek.build-frontend.git",` under `dependencies` in your manifest.json

### OpenUPM Scoped Registry (2020.1 and newer)
### OpenUPM Scoped Registry (2020.3 and newer)

Open Project Preferences and go to Package manager Window.

Expand All @@ -22,4 +18,10 @@ If not present, add this scoped registry:

Once added, verify that the "Enable Preview Packages" option is enabled, you can close the project settings window.

Open Package manager (Window/Package Manager), select the Build Frontend package, and click the install button.
Open Package manager (Window/Package Manager), select the **Build Frontend** package, and click the install button.

### Local package

Install by cloning and referencing the `package.json` in Package Manager UI, or reference directly `"net.peeweek.build-frontend": "https://github.com/peeweek/net.peeweek.build-frontend.git",` under `dependencies` in your manifest.json


0 comments on commit 38b3a0d

Please sign in to comment.