Skip to content

Commit 63499b6

Browse files
authored
Update README.md
1 parent a6cf30f commit 63499b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,31 @@ xmake -vD
2222
```
2323

2424
## Clone the Project
25+
```bash
2526
git clone --recursive https://github.com/f0cii/moxt-cpp.git
27+
```
2628

2729
## Update the Code
30+
```bash
2831
git pull --recurse-submodules
32+
```
2933

3034
## Update Submodules
35+
```bash
3136
git submodule update --init --recursive
37+
```
3238

3339
## Compile with Docker
40+
```bash
3441
docker 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

3846
Run the Docker container after compiling
47+
```bash
3948
docker run -it moxt-cpp
49+
```
4050

4151
View the compilation results
4252
```bash

0 commit comments

Comments
 (0)