From dd3bbadae564e2eb1e33255d142b90cf7ae5b1f7 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:32:41 -0500 Subject: [PATCH 1/6] direct installation links --- docs/installation.rst | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index faefd6704..4e68bc4dd 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,20 +1,26 @@ Installation -=============== - -Begin by downloading the latest release from the :releases:`GitHub release page <>`. +============ Windows ----------------------- +------- + +Download and run the `NWB-GUIDE-Setup-vX.Y.Z.exe `_ file and follow all instruction prompts. + +MacOS - Intel +------------- + +Download the `NWB-GUIDE-vX.Y.Z.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. -Run the `setup.exe` file and follow all instructions. +MacOS - M1 Silicon +------------------ -MacOS ---------------------------- +Download the `NWB-GUIDE-vX.Y.Z-arm64.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. -Run the `.dmg` file and follow all instructions to move the file into your Applications folder. +.. note:: + Some data formats can have issues using this build of the application. If you encounter errors when using a particular interface, try following the advanced :ref:`Developer Installation instructions` instructions. Ubuntu ---------------------------- +------ Please clone the :linux-fix:`linux-fix <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions` on this documentation after the "Clone the Repo" step. From fc7e94807387292766c879406d7466e3898f4c9b Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Tue, 6 Feb 2024 11:31:45 -0800 Subject: [PATCH 2/6] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d98018c69..ceea93333 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ }, "build": { "appId": "com.catalystneuro.nwbguide", + "artifactName": "NWB-GUIDE-${arch}.${ext}", "generateUpdatesFilesForAllChannels": true, "afterSign": "./notarize.js", "fileAssociations": [ From 579c85c2b7f68998e79eba09e9caec0baaff7f9f Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 6 Feb 2024 14:41:35 -0800 Subject: [PATCH 3/6] Update docs/installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4e68bc4dd..7805b210a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,7 +15,7 @@ Download the `NWB-GUIDE-vX.Y.Z.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. +Download the `NWB-GUIDE-vX.Y.Z-arm64.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. .. note:: Some data formats can have issues using this build of the application. If you encounter errors when using a particular interface, try following the advanced :ref:`Developer Installation instructions` instructions. From 75423d99fadbbe5839983c1117a5d623c9b81a16 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 6 Feb 2024 14:41:43 -0800 Subject: [PATCH 4/6] Update docs/installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7805b210a..0f3bf9046 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,7 +10,7 @@ Download and run the `NWB-GUIDE-Setup-vX.Y.Z.exe `_ file, which should prompt you to move it into your 'Applications' folder in order to run. +Download the `NWB-GUIDE-vX.Y.Z.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. MacOS - M1 Silicon ------------------ From 196f12302748a5f5c93a01b9670de6b75c38652b Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 7 Feb 2024 09:36:03 -0800 Subject: [PATCH 5/6] Update docs/installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 0f3bf9046..8eaf3e433 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,7 +12,7 @@ MacOS - Intel Download the `NWB-GUIDE-vX.Y.Z.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. -MacOS - M1 Silicon +MacOS - Apple Silicon ------------------ Download the `NWB-GUIDE-vX.Y.Z-arm64.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. From 3dd0d327c11ce42d800046a060b8279db415a79a Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:10:09 -0500 Subject: [PATCH 6/6] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8eaf3e433..0f4dd7d01 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,7 +13,7 @@ MacOS - Intel Download the `NWB-GUIDE-vX.Y.Z.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run. MacOS - Apple Silicon ------------------- +--------------------- Download the `NWB-GUIDE-vX.Y.Z-arm64.dmg `_ file, which should prompt you to move it into your 'Applications' folder in order to run.