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:

Loading…
取消
儲存