Update README.md

This commit is contained in:
ben
2026-07-31 17:39:15 +00:00
parent 58255228fa
commit ceccebc1e0
-20
View File
@@ -27,16 +27,6 @@ USB stick — `bash install-antserver-2.37.sh`.
yourself to the `docker` group so it runs without `sudo`, then log out and yourself to the `docker` group so it runs without `sudo`, then log out and
back in. back in.
**You need to be signed in to the image registry**, once per machine:
```bash
docker login git.djdadi.com
```
Ask whoever pointed you here for the username and access token. The installer
checks this before it writes anything and tells you if it is missing, rather
than letting it surface later as a download that never finishes.
## What it does ## What it does
Nothing is installed system-wide, no `sudo` is used, and nothing outside Nothing is installed system-wide, no `sudo` is used, and nothing outside
@@ -60,13 +50,3 @@ curl -fsSLO https://git.djdadi.com/bav/ant-install/releases/download/v2.37/insta
sha256sum -c install-antserver-2.37.sh.sha256 sha256sum -c install-antserver-2.37.sh.sha256
``` ```
## What is and is not public
This installer is public. What it downloads is not: the compose file, the
configuration and the database seed are pulled from `git.djdadi.com` as a
container image, pinned by digest, behind the same sign-in as the server
images. The ANT server software is confidential and licensed from BlueBotics —
do not pass it on.
Windows is not covered here; ask for the zip bundle, which has double-click
entry points instead.