소스 검색

Add sudo in installation command

DricomDragon 4 년 전
부모
커밋
cb53c722dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ You need `make` and `SDL1` to build this project.
 
 Example on Ubuntu :
 ```sh
-# apt install make g++ libsdl-dev
+$ sudo apt install make g++ libsdl-dev
 $ make
 ```