소스 검색

fix instructions

Noah Vogt 1 일 전
부모
커밋
fa8baece27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ It then adds a dock on the obs studio interface titled *CD Rec Status* that disp
 
 ## Building
 - checkout the [obs studio](https://github.com/obsproject/obs-studio) repository
-- `cd ../../../UI/frontend-plugins/CMakeLists.txt`
+- `cd UI/frontend-plugins`
 - run `git clone https://github.com/noahvogt/obs-cd-rec-status.git cd-rec-status`
 - add the following line to the `CMakeLists.txt` file: `add_subdirectory(cd-rec-status)`
 - follow the [offical obs build instructions](https://github.com/obsproject/obs-studio/wiki/Install-Instructions#building-obs-studio) for your prefered platform