Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-418 authored Nov 5, 2023
1 parent 316f479 commit c1ecca2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ The documentation is found on our [documentation website](https://longturn.readt
Installation
------------

### Docker and Docker Compose

1. Install Docker and Docker Compose
2. Get the `Dockerfile` and `docker-compose.yml` files from this repository.
3. Run `docker-compose up`

### Snap and Flathub Editions

<p><a href='https://snapcraft.io/freeciv21'><img width='182' height='56' alt='Get Freeciv21 on Snapcraft' src='https://snapcraft.io/static/images/badges/en/snap-store-white.svg'/></a>&nbsp;<a href='https://flathub.org/apps/net.longturn.freeciv21'><img width='182' height='56' alt='Get Freeciv21 on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-i-en.svg'/></a></p>
Expand Down Expand Up @@ -92,3 +86,10 @@ Alternatively, Freeciv21 can be used with Nix. For this, enable Nix flakes and r
```sh
nix run github:longturn/freeciv21#;
```

### Server install using Docker and Docker Compose

1. Install Docker and Docker Compose
2. Get the `Dockerfile` and `docker-compose.yml` files from this repository.
3. Run `docker-compose up`
4. Check `localhost:5556` to confirm the server is running.

0 comments on commit c1ecca2

Please sign in to comment.