Skip to content

Commit e9bedb4

Browse files
committed
Added installation instruction.
1 parent 9469fc1 commit e9bedb4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

readme.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
#### ❗ Compatibility with forge `28.0.X` version.
1111

12-
## 🧐 Install using Gradle:
12+
## 🧐 Install using Gradle (for developers):
1313
> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
1414
1515
```groovy
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727
```
2828

29-
## 🤔 Install using Maven:
29+
## 🤔 Install using Maven (for developers):
3030
> ##### If your project uses Maven as Build Tool, then use the code below to add dependencies:
3131
3232
```xml
@@ -44,6 +44,21 @@ dependencies {
4444
</dependency>
4545
```
4646

47+
## 🧐 Installation instruction (for playing):
48+
> ##### Just move Project Essentials Permissions-1.14.4-1.X.X.X.jar to mods directory:
49+
50+
```
51+
.
52+
├── assets
53+
├── config
54+
├── libraries
55+
├── mods (that's how it should be)
56+
│ ├── Project Essentials-1.14.4-1.X.X.X.jar.
57+
│ ├── Project Essentials Core-1.14.4-1.X.X.X.jar.
58+
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
59+
└── ...
60+
```
61+
4762
```
4863
Additional information:
4964
- kotlin-std lib version: 1.3.50

0 commit comments

Comments
 (0)