diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-02-16 23:48:50 -0600 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-02-16 23:48:50 -0600 |
commit | a10f4fe82b50455a2031b8e880a49f2f037688e2 (patch) | |
tree | ec630516feaedf806098de0cad8114acbcd05ada /tools/README.md | |
parent | 39525c80c33d77fad0a4ee6e295602d860de7683 (diff) | |
download | riscv-processor-a10f4fe82b50455a2031b8e880a49f2f037688e2.tar.gz |
README spacing fix
Diffstat (limited to 'tools/README.md')
-rw-r--r-- | tools/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md index 2f86fe2..414cab9 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,6 +1,8 @@ # 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. |