From 634aa7d00bd00a19a45d5935e957829d5a935a0c Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Thu, 4 Jan 2018 20:28:04 +0800 Subject: [PATCH] add some content to README.MD --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97d423a..2044fd5 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,10 @@ The .deb file in the repo. can be installed on Debian-based Linux. 本 repo 附上 .deb 套件可供 Debian-based Linux 安裝。 -The way to package the .deb file is like the following command: +The way to package the .deb file is like the following command, and you need to +install [fpm](https://github.com/jordansissel/fpm) first: -打包為 .deb 的方法如以下指令: +打包為 .deb 的方法如以下指令。需先安裝 [fpm](https://github.com/jordansissel/fpm): cd /path/to/findarray30code ; \ fpm -s python -t deb --name findarray30code --version 0.0.2 --iteration 1 \