Skip to content

Commit

Permalink
docs: include non-docker running method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Mar 25, 2024
1 parent 1e70985 commit a305c09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ _How can we get 10k players to PvP at once on a Minecraft server to break the Gu


# Running

## Docker (Recommended)
```bash
# Install Git LFS
pkg-manager install git-lfs
Expand All @@ -25,6 +27,19 @@ docker compose up --build release
# docker compose up --build debug
```

## Manual
```bash
# Install Git LFS
pkg-manager install git-lfs

# Setup Git LFS
git lfs install

git clone https://github.com/andrewgazelka/hyperion
cd hyperion
cargo run --release
```

# Internals

There are many faction servers which have 500 players on Start of The World (SOTW).
Expand Down

0 comments on commit a305c09

Please sign in to comment.