aboutsummaryrefslogtreecommitdiff
path: root/tools/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/README.md')
-rw-r--r--tools/README.md6
1 files changed, 6 insertions, 0 deletions
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.