aboutsummaryrefslogtreecommitdiff
path: root/docker_tools/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker_tools/README.md')
-rw-r--r--docker_tools/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker_tools/README.md b/docker_tools/README.md
deleted file mode 100644
index 630e576..0000000
--- a/docker_tools/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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.