Skip to content

Commit 1b9bd35

Browse files
committed
Cleanup README.md
1 parent acbd8c9 commit 1b9bd35

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# maven.sock
22

3-
[![Actions](https://github.com/the-glitch-network/maven.sock/actions/workflows/build.yml/badge.svg)](https://github.com/the-glitch-network/maven.sock/actions/workflows/build.yml)
4-
[![License](https://img.shields.io/github/license/the-glitch-network/maven.sock)](LICENSE)
3+
[![Actions](https://github.com/Ampflower/maven.sock/actions/workflows/build.yml/badge.svg)](https://github.com/Ampflower/maven.sock/actions/workflows/build.yml)
4+
[![License](https://img.shields.io/github/license/Ampflower/maven.sock)](LICENSE)
55
<br/>
6-
[![Stable](https://img.shields.io/github/v/release/the-glitch-network/maven.sock?label=stable)](https://github.com/the-glitch-network/maven.sock/releases)
7-
[![Beta](https://img.shields.io/github/v/release/the-glitch-network/maven.sock?include_prereleases&label=beta)](https://github.com/the-glitch-network/maven.sock/releases)
6+
[![Stable](https://img.shields.io/github/v/release/Ampflower/maven.sock?label=stable)](https://github.com/Ampflower/maven.sock/releases)
7+
[![Beta](https://img.shields.io/github/v/release/Ampflower/maven.sock?include_prereleases&label=beta)](https://github.com/Ampflower/maven.sock/releases)
88
<br/>
99
[![Discord](https://img.shields.io/discord/380201541078089738?color=7289da&label=Development&logo=discord&logoColor=7289da)](https://discord.gg/EmPS9y9)
10-
[![Discord](https://img.shields.io/discord/368932049354227712?color=7289da&label=Community&logo=discord&logoColor=7289da)](https://discord.gg/ExCdXwP)
1110

1211
A small Maven upload backend over a UNIX socket, meant for use with reverse proxies such as Caddy.
1312

1413
## Installation & Usage
1514

1615
0. Be sure you're on a system that supports unix sockets. Required for as that's the only method of connecting to the
1716
server.
18-
1. [Grab the latest stable release available](https://github.com/the-glitch-network/maven.sock/releases).
17+
1. [Grab the latest stable release available](https://github.com/Ampflower/maven.sock/releases).
1918
2. Grab Java 17 from either your vendor or [Adoptium](https://adoptium.net).
2019
3. Create the Maven repository folder you want to use.
2120
4. Create a user by running the server with `java -jar maven.sock-0.0.0-all.jar username` in a console.

0 commit comments

Comments
 (0)