Skip to content

Commit

Permalink
docs: explain how to run without cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 16, 2024
1 parent 2d0efd4 commit 2f74047
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ sequenceDiagram

## Running

### Without cloning

```bash
curl -L https://raw.githubusercontent.com/hyperion-mc/hyperion/main/docker-compose.yml | docker compose -f - up --pull always
```

### `main` branch

```bash
Expand Down

0 comments on commit 2f74047

Please sign in to comment.