Skip to content

Commit e938e22

Browse files
Add direct installation links (#599)
Co-authored-by: Garrett Michael Flynn <[email protected]>
1 parent 2fde793 commit e938e22

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/installation.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11

22
Installation
3-
===============
4-
5-
Begin by downloading the latest release from the :releases:`GitHub release page <>`.
3+
============
64

75
Windows
8-
----------------------
6+
-------
7+
8+
Download and run the `NWB-GUIDE-Setup-vX.Y.Z.exe <https://github.com/NeurodataWithoutBorders/nwb-guide/releases/latest/download/NWB-GUIDE-Setup-0.0.13.exe>`_ file and follow all instruction prompts.
9+
10+
MacOS - Intel
11+
-------------
12+
13+
Download the `NWB-GUIDE-vX.Y.Z.dmg <https://github.com/NeurodataWithoutBorders/nwb-guide/releases/latest/download/NWB-GUIDE-0.0.13.dmg>`_ file, which should prompt you to move it into your 'Applications' folder in order to run.
914

10-
Run the `setup.exe` file and follow all instructions.
15+
MacOS - Apple Silicon
16+
---------------------
1117

12-
MacOS
13-
---------------------------
18+
Download the `NWB-GUIDE-vX.Y.Z-arm64.dmg <https://github.com/NeurodataWithoutBorders/nwb-guide/releases/latest/download/NWB-GUIDE-0.0.13-arm64.dmg>`_ file, which should prompt you to move it into your 'Applications' folder in order to run.
1419

15-
Run the `.dmg` file and follow all instructions to move the file into your Applications folder.
20+
.. note::
21+
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<developer_installation>` instructions.
1622

1723
Ubuntu
18-
---------------------------
24+
------
1925

2026
Please clone the :linux-fix:`linux-fix <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions<developer_installation>` on this documentation after the "Clone the Repo" step.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
},
5656
"build": {
5757
"appId": "com.catalystneuro.nwbguide",
58+
"artifactName": "NWB-GUIDE-${arch}.${ext}",
5859
"generateUpdatesFilesForAllChannels": true,
5960
"afterSign": "./notarize.js",
6061
"fileAssociations": [

0 commit comments

Comments
 (0)