Complete reimplementation to support cross platform usage without namespaces

This commit is contained in:
2025-11-05 18:21:30 -05:00
parent 3085ead539
commit 7d81e68049
24 changed files with 263 additions and 128 deletions

View File

@@ -1,5 +1,5 @@
# toolbox dev env
A base development environment for building [Toolbox](https://containertoolbx.org/) containers from
My personal development environment for using [Toolbox](https://containertoolbx.org/) containers.
For initial repo setup, be certain to run `./setup.sh`. After initial setup, use `./configure.sh`
To install, run `make install`. To update the image use `make build` and then recreate any running toolbox containers.