OSDN Git Service

要件のOpenSSLバージョンを脆弱性対策済みバージョンに修正。
[neighbornote/NeighborNote.git] / README.md
index 9b0bffc..aca79f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,16 +12,28 @@ NeighborNoteは[http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://pum
 
 起動方法(Windows)
 ------------
 
 起動方法(Windows)
 ------------
-neighbornote.exeを実行して下さい。
+1. ダウンロードしたneighbornote-[version]-windows-installer.exeを実行して下さい。
+2. インストーラの指示に従ってインストールを完了してください。
+3. デスクトップに表示されたNeighborNoteを実行してください。
 
 起動方法(MacOSX)
 ------------
 
 起動方法(MacOSX)
 ------------
-neighbornote-osxを実行して下さい。
+1. ダウンロードしたneighbornote-[version]-osx-installer.zipを解凍してください。
+2. 生成されたneighbornote-[version]-osx-installer.appを実行して下さい。
+3. インストーラの指示に従ってインストールを完了してください。
+4. Dockに表示されたNeighborNoteを実行してください。
+
+起動方法(Linux)
+------------
+1. ダウンロードしたneighbornote-[version]-linux-installer.runを実行して下さい。
+2. インストーラの指示に従ってインストールを完了してください。
+3. デスクトップに表示されたNeighborNoteを実行してください。
+
 
 要件
 ------------
 OpenSSLが必要です。
 
 要件
 ------------
 OpenSSLが必要です。
-Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8y Light"をダウンロードしてインストールする必要があるかもしれません。
+Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8za Light"をダウンロードしてインストールする必要があるかもしれません。
 Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。
 
 Download
 Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。
 
 Download
@@ -30,14 +42,25 @@ NeighborNote is available on [http://puma.cis.ibaraki.ac.jp/products/neighbornot
 
 How to Run(Windows)
 ------------
 
 How to Run(Windows)
 ------------
-Please run the neighbornote.exe.
+1. Run the neighbornote-[version]-windows-installer.exe.
+2. Complete the installation by following the instructions of the installer.
+3. Run the NeighborNote that is displayed on the desktop.
 
 How to Run(MacOSX)
 ------------
 
 How to Run(MacOSX)
 ------------
-Please run the neighbornote-osx.
+1. Unzip the neighbornote-[version]-osx-installer.zip.
+2. Run the neighbornote-[version]-osx-installer.app.
+3. Complete the installation by following the instructions of the installer.
+4. Run the NeighborNote that is displayed on the dock.
+
+How to Run(Linux)
+------------
+1. Run the neighbornote-[version]-linux-installer.run.
+2. Complete the installation by following the instructions of the installer.
+3. Run the NeighborNote that is displayed on the desktop.
 
 Requirements
 ------------
 OpenSSL is needed.
 
 Requirements
 ------------
 OpenSSL is needed.
-If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8y Light" from [Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html).
-On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt. 
+If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8za Light" from [Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html).
+On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt.