Skip to content

Commit

Permalink
Add OpenUPM info
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 6, 2023
1 parent 51ccab3 commit 79b3073
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Build Tools

[![Unity 2022.3+](https://img.shields.io/badge/unity-2022.3%2B-blue.svg)](https://unity3d.com/get-unity/download)
[![openupm](https://img.shields.io/npm/v/com.chark.build-tools?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.chark.build-tools/)
[![Actions Status](https://github.com/chark/build-tools/workflows/CI/badge.svg)](https://github.com/chark/build-tools/actions)

Editor utilities for quickly automating builds by utilizing Scriptable Objects.
Expand All @@ -20,7 +21,12 @@ Editor utilities for quickly automating builds by utilizing Scriptable Objects.

## Installation

This package can be installed via the Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
This package can be installed via [OpenUPM](https://openupm.com/packages/com.chark.build-tools):
```text
openupm add com.chark.build-tools
```

Or via the Unity Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):

```text
https://github.com/chark/build-tools.git#upm
Expand Down

0 comments on commit 79b3073

Please sign in to comment.