docs: update README.md for new dockerhub links

This commit is contained in:
Daniel Wolf 2024-03-24 17:40:48 -04:00
parent 43f4e9bc94
commit 03c817fb62
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: ISC
-->
[Git](https://code.nephatrine.net/NephNET/builder-debian/src/branch/master) |
[Docker](https://hub.docker.com/r/nephatrine/nxbuilder/)
[Docker](https://hub.docker.com/r/nephatrine/nxb-debian/)
# NXBuilder
@ -21,6 +21,7 @@ beyond that. It can also be used as a quick "cleanroom" to test builds in.
- [Clang](https://clang.llvm.org/) (optional)
- [GCC](https://gcc.gnu.org/)
- [Go](https://go.dev/)
### Other Tools
@ -34,5 +35,5 @@ beyond that. It can also be used as a quick "cleanroom" to test builds in.
You can spin up a quick temporary test container like this:
~~~
docker run --rm -ti nephatrine/nxbuilder:debian-stable /bin/bash
docker run --rm -ti nephatrine/nxb-debian:latest /bin/bash
~~~