Fix README.md typo

Fix README.md typo
pull/72/head
triple Mu 2 years ago committed by GitHub
commit 7d0f5173e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -185,8 +185,8 @@ Please set you own librarys in [`CMakeLists.txt`](csrc/detect/end2end/CMakeLists
``` shell
export root=${PWD}
cd src/detect/end2end
mkdir build
cd csrc/detect/end2end
mkdir -p build && cd build
cmake ..
make
mv yolov8 ${root}

Loading…
Cancel
Save