From 4b3dcc354b54aadfce6a66d46473f08d65ab474b Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Mon, 24 May 2021 19:31:13 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 444c252..880e49c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # NiceIdea Quick random idea generator for musicians! + +### 下載(直接可執行檔,binaries) + +如果你是一般人,到這個 Google Drive 連結下載直接可執行檔。(for Mac/Linux/Windows) +https://drive.google.com/drive/folders/1O1IRC5U4AvO8Y-lMudvWtme44Y2NzXeD?usp=sharing + +### 原始碼 + +下載 niceidea.js 與 package.json 到同一資料夾,然後在那個資料夾: + +```npm install``` + +然後: + +```node niceidea.js``` + +就可以用囉!