Typo correction unistall to uninstall

master
Matías S. Ávalos 8 년 전
부모
커밋
2ad27d9071
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Compile-for-GNU-Linux.md

+ 2
- 2
Compile-for-GNU-Linux.md

@ -49,8 +49,8 @@ If you want, you can install the library in the standard directories, or remove
sudo make install # Static version.
sudo make install SHARED=YES # Dynamic shared version.
sudo make unistall
sudo make unistall SHARED=YES
sudo make uninstall
sudo make uninstall SHARED=YES
### Compile raylib examples
Just move to folder `raylib/examples/` and run:

불러오는 중...
취소
저장