From bed08974f66c5949d8bf07da563dcf426f47c395 Mon Sep 17 00:00:00 2001 From: Larry Du Date: Mon, 17 Feb 2025 06:42:46 +0000 Subject: refactor: Renamed 'tools' to 'docker_tools' --- docker_tools/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docker_tools/README.md (limited to 'docker_tools/README.md') diff --git a/docker_tools/README.md b/docker_tools/README.md new file mode 100644 index 0000000..630e576 --- /dev/null +++ b/docker_tools/README.md @@ -0,0 +1,12 @@ +# Docker environment setup +This docker container has everything you need to develop. + +To build the docker image, run +``` +./build.sh +``` +To enter the work environment. +``` +./devbox.sh +``` +The config directory mounts to the .config directory in root, for you to add your vim/nvim/tmux configurations. -- cgit v1.2.3