Skip to content

Commit 8cc97d4

Browse files
committed
Final 1.0.0 commit
1 parent 2e93df8 commit 8cc97d4

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,22 @@ Photon is a lightweight Java graphics API wrapper designed to simplify rendering
1212
- Apache Maven​
1313

1414
### Installation
15-
Clone the repository:​
16-
```bash
17-
git clone https://github.com/Xernas78/Photon.git
18-
cd Photon
19-
```
20-
21-
Build the project using Maven:​
22-
```bash
23-
mvn clean install
15+
You can simply use Jitpack ! Add the following to your `pom.xml`:
16+
```xml
17+
<repositories>
18+
<repository>
19+
<id>jitpack.io</id>
20+
<url>https://jitpack.io</url>
21+
</repository>
22+
</repositories>
2423
```
25-
26-
Include the generated JAR file in your project's dependencies:
2724
```xml
2825
<dependency>
29-
<groupId>dev.xernas</groupId>
30-
<artifactId>Photon</artifactId>
31-
<version>1.0.0</version>
26+
<groupId>com.github.XernasDev</groupId>
27+
<artifactId>Photon</artifactId>
28+
<version>1.0.0</version>
3229
</dependency>
3330
```
34-
3531
## 📄 License
3632
This project is open-source and available under the MIT License.​
3733

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
</dependencyManagement>
3131

3232
<dependencies>
33-
<dependency>
34-
<groupId>dev.xernas</groupId>
35-
<artifactId>Atom</artifactId>
36-
<version>1.0.0</version>
37-
</dependency>
3833
<dependency>
3934
<groupId>org.lwjgl</groupId>
4035
<artifactId>lwjgl-shaderc</artifactId>

0 commit comments

Comments
 (0)