修正 Markdown 语法错误。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-30 13:52:13 +08:00
parent 22528141c1
commit fac76b6aa4
2 changed files with 14 additions and 12 deletions

View File

@ -6,7 +6,9 @@
需安装 octave 库 需安装 octave 库
sudo apt-get install liboctave-dev ```sh
sudo apt-get install liboctave-dev
```
## 主要头文件 ## 主要头文件
@ -18,6 +20,7 @@ Ubuntu Octave 4.2 版本头文件路径在:/usr/include/octave-4.2.2/octave
#include <parse.h> #include <parse.h>
#include <toplev.h> #include <toplev.h>
``` ```
## 库文件 ## 库文件
Octave 的库文件是 liboctinterp.so链接程序时需要使用该文件。 Octave 的库文件是 liboctinterp.so链接程序时需要使用该文件。

View File

@ -1,18 +1,17 @@
# Pacman # Pacman
# Search ## Search
pacman -Ss <key words> pacman -Ss <key words>
# Install ## Install
pacman -S <package name> pacman -S <package name>
# Remove ## Remove
pacman -Rscun <package name>
-c, --cascade remove packages and all packages that depend on them
-n, --nosave remove configuration files
-s, --recursive remove unnecessary dependencies
-u, --unneeded remove unneeded packages
pacman -Rscun <package name>
-c, --cascade remove packages and all packages that depend on them
-n, --nosave remove configuration files
-s, --recursive remove unnecessary dependencies
-u, --unneeded remove unneeded packages