Skip to content

Commit

Permalink
Added Podman references
Browse files Browse the repository at this point in the history
  • Loading branch information
ldilley authored Jan 11, 2023
1 parent 29a27dc commit 7abb658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Join the [UOX3 Discord](https://discord.gg/uBAXxhF) for support and/or a quick c
> * **Linux (Debian-based)** - Run `sudo apt install build-essential cmake` in a Terminal: (or use your Linux distro's package manager)
> * **FreeBSD** - Run `pkg install cmake` in a Terminal. Alternatively, build `cmake` via ports if desired.
> * **macOS** - Download [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) (for building with an IDE) via the App Store, and/or [CMake](https://cmake.org/download/) (for command-line builds)
> * **Docker** - Ensure that it is downloaded and installed (Windows) or installed from your package manager
> * **Docker/Podman** - Ensure that it is downloaded and installed (Windows) or installed from your package manager
</details>
<details>
Expand Down Expand Up @@ -159,9 +159,9 @@ Join the [UOX3 Discord](https://discord.gg/uBAXxhF) for support and/or a quick c
</details>
</details>
<details>
<summary><strong>Docker</strong></summary>
<summary><strong>Docker/Podman</strong></summary>

Build and tag the image from the root of the repository like `docker buildx build --progress=plain -t uox3 .`
Build and tag the image from the root of the repository like: `docker buildx build --progress=plain -t uox3 .` or `podman build -t uox3 .`
</details>

---
Expand Down

0 comments on commit 7abb658

Please sign in to comment.