From 2a2e2ec80b6c7d2576e1488efac86eaaaabf473e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=B9=96=E9=A3=8E=E8=BD=BB?= <490021209@qq.com> Date: Fri, 4 Jan 2019 16:44:07 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3fbeffe..5d0f86b 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ apt download files ```Bash apt download fontconfig-config ``` -将所有deb包让如AppDir/debs中,使用dpkg解压文件: +将所有deb包放入AppDir/debs中,使用dpkg解压文件: ```Bash find ./debs -exec dpkg -x {} ./ \; ```