diff --git a/README.md b/README.md index f07d453..0fc9ef9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ 2. 使用 g0v 的 db2unicode.pl 將資料庫中以圖代字的 `` 的轉換成 unicode - curl -O https://raw.github.com/g0v/moedict-epub/master/sym.txt - curl https://raw.github.com/g0v/moedict-epub/master/db2unicode.pl | perl | sqlite3 development.unicode.sqlite3 + curl -LO https://raw.github.com/g0v/moedict-epub/master/sym.txt + curl -L https://raw.github.com/g0v/moedict-epub/master/db2unicode.pl | perl | sqlite3 development.unicode.sqlite3 3. 將 development.unicode.sqlite3 轉換成 moedict_template/MoeDictionary.xml @@ -42,4 +42,4 @@ 1. [Apple Dictionary Services Programming Guide](https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/DictionaryServicesProgGuide/Introduction/Introduction.html) -2. [原始資料資料處理流程](https://github.com/g0v/moedict-process/wiki) \ No newline at end of file +2. [原始資料資料處理流程](https://github.com/g0v/moedict-process/wiki)