File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,31 @@ xmake -vD
2222```
2323
2424## Clone the Project
25+ ``` bash
2526git clone --recursive https://github.com/f0cii/moxt-cpp.git
27+ ```
2628
2729## Update the Code
30+ ``` bash
2831git pull --recurse-submodules
32+ ```
2933
3034## Update Submodules
35+ ``` bash
3136git submodule update --init --recursive
37+ ```
3238
3339## Compile with Docker
40+ ``` bash
3441docker build -t moxt-cpp -f moxt-cpp.Dockerfile .
42+ ```
3543
3644[ ![ Docker Image CI] ( https://github.com/f0cii/moxt-cpp/actions/workflows/docker-image.yml/badge.svg )] ( https://github.com/f0cii/moxt-cpp/actions/workflows/docker-image.yml )
3745
3846Run the Docker container after compiling
47+ ``` bash
3948docker run -it moxt-cpp
49+ ```
4050
4151View the compilation results
4252``` bash
You can’t perform that action at this time.
0 commit comments