Skip to content

Commit 40033f7

Browse files
2 parents d059590 + 171a0c0 commit 40033f7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
custom: https://paypal.me/jeffreylanters
1+
custom:
2+
- https://jeffreylanters.nl/donate
3+
- https://paypal.me/jeffreylanters

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,22 @@ Hi! My name is Jeffrey Lanters, thanks for checking out my modules! I've been a
3434

3535
# Installation
3636

37-
Install the latest stable release using the Unity Package Manager by adding the following line to your `manifest.json` file located within your project's Packages directory.
37+
### Using the Unity Package Manager
38+
39+
Install the latest stable release using the Unity Package Manager by adding the following line to your `manifest.json` file located within your project's Packages directory, or by adding the Git URL to the Package Manager Window inside of Unity.
3840

3941
```json
4042
"nl.elraccoone.entity-component-system": "git+https://github.com/elraccoone/unity-entity-component-system"
4143
```
4244

45+
### Using OpenUPM
46+
47+
The module is availble on the OpenUPM package registry, you can install the latest stable release using the OpenUPM Package manager's Command Line Tool using the following command.
48+
49+
```sh
50+
openupm add nl.elraccoone.entity-component-system
51+
```
52+
4353
# Documentation
4454

4555
## Getting Started

0 commit comments

Comments
 (0)