aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-03-18 12:28:08 -0400
committerJoshua M. Boniface <joshua@boniface.me>2024-03-18 12:28:08 -0400
commit1f768876d48a7f2fa6ef97d1d076422893c3896c (patch)
tree7b4f2fd5d63ab293ea9a5ac94ed3d30c68e25015
parentAdd Package names for Debian (diff)
downloadjellyfin-packaging-1f768876d48a7f2fa6ef97d1d076422893c3896c.tar.gz
jellyfin-packaging-1f768876d48a7f2fa6ef97d1d076422893c3896c.tar.bz2
jellyfin-packaging-1f768876d48a7f2fa6ef97d1d076422893c3896c.zip
Update more wording in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3cb4d0a..cc77a1c 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ To build Jellyfin packages for yourself, follow this quickstart guide. You will
1. Run `git submodule update --init` to check out the submodules (`jellyfin-server`, `jellyfin-web`).
-1. Run `./checkout.py`. This command takes one argument, the tag or branch (i.e. `master`) of the repositories to check out; if nothing is specified, `master` is assumed. For example, `./checkout.py master` checks out the current `master` branch of both `jellyfin-server` and `jellyfin-web`, `./checkout.py v10.8.13` will check out the `v10.8.13` tag of both, etc.
+1. Run `./checkout.py` to update the submodules to the correct `HEAD`s. This command takes one argument, the tag or branch (i.e. `master`) of the repositories to check out; if nothing is specified, `master` is assumed. For example, `./checkout.py master` checks out the current `master` branch of both `jellyfin-server` and `jellyfin-web`, `./checkout.py v10.8.13` checks out the `v10.8.13` tag of both, etc. If a tag is used and one (or more) of the repositories are missing the tag, this command will error out.
### Non-Docker Platforms
bgstack15