From 39525c80c33d77fad0a4ee6e295602d860de7683 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sun, 16 Feb 2025 23:48:14 -0600 Subject: documented docker setup --- tools/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..2f86fe2 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,6 @@ +# Docker environment setup +This docker container has everything you need to develop. +To build the docker image, run docker build -t bingchao:latest . in this directory + +Then run ./devbox.sh to enter the work environment. +The config directory mounts to the .config directory in root, for you to add your vim/nvim/tmux configurations. -- cgit v1.2.3