aboutsummaryrefslogtreecommitdiff
path: root/docker_tools/README.md
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-02-18 04:47:08 +0000
committerJoshua Yun <joshua@joshuayun.com>2025-02-18 04:47:08 +0000
commit1bcf7d793861bb0bd1d980ac94dd4962b29e9328 (patch)
treedfa4e50c419ae02ad2c5e24555cdcb2479e4d971 /docker_tools/README.md
parentbbe63db4eb09b3a010f5e64907171e1706504a61 (diff)
downloadriscv-processor-1bcf7d793861bb0bd1d980ac94dd4962b29e9328.tar.gz
feat: Delete docker
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.