diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-02-17 00:03:51 -0600 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-02-17 00:03:51 -0600 |
commit | bf3cb0b74a73a58c5f710d60030cbd4c824b956a (patch) | |
tree | ac8ac14aa3421dcfaaf653ae215b779763a3457e /tools/README.md | |
parent | a10f4fe82b50455a2031b8e880a49f2f037688e2 (diff) | |
download | riscv-processor-bf3cb0b74a73a58c5f710d60030cbd4c824b956a.tar.gz |
fixed readme
Diffstat (limited to 'tools/README.md')
-rw-r--r-- | tools/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tools/README.md b/tools/README.md index 414cab9..b382ca9 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,8 +1,12 @@ # 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. - +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. |