Skip to content

Commit 1b5c39f

Browse files
committed
modify layout
1 parent 6ba4dda commit 1b5c39f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@ sudo apt-get install libboost-all-dev
3131
```
3232

3333
### Usage
34-
1. compile the project
34+
1. compile the project <br>
3535
```bash
3636
cmake .
3737
make
3838
```
39-
2. run tf-cpp web service
39+
40+
2. run tf-cpp web service <br>
4041
```bash
4142
./tf_detect_crow
4243
```
4344

44-
3. test with python script
45+
3. test with python script<br>
4546
```
4647
python test_cpp_api.py
4748
```

0 commit comments

Comments
 (0)