Skip to content

Commit 7a7ff10

Browse files
committed
add new download method
1 parent 7f975c8 commit 7a7ff10

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Binary file not shown.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,16 @@ This toolbox is primarily designed to process miniature EPSC (mEPSC) data, thoug
6666
## 3.2 Installation options
6767

6868
### A. Install the Toolbox via MATLAB Add-On Explorer
69-
(Coming Soon)
7069
1. In MATLAB, go to Home Tab > Add-Ons > Get Add-Ons.
7170
2. Search for 'Ephys Analysis Toolbox'
7271
3. On the homepage of this Toolbox, click Add > Add to MATLAB.
7372

7473
### B. Install the Toolbox by installer
75-
(Coming Soon)
76-
1. Download the installer `EphysAnalysisToolbox.mltbx` [here]() or [here]().
74+
1. Download the installer `EphysAnalysisToolbox.mltbx` [here](/EphysAnalysisToolbox.mltbx) or via MATLAB File Exchange.
7775
2. Run the installer.
7876

7977
### C. Use the Toolbox directly without installation
80-
1. Download the entire Toolbox package [here]().
78+
1. Download the entire Toolbox package from [GitHub](https://github.com/manhowong/ephys-analysis-toolbox).
8179
2. Add all folders and subfolders of the package to the MATLAB search path whenever you start a new MATLAB session. You can use the following command:
8280
```
8381
addpath( genpath('path/to/the/package') )

0 commit comments

Comments
 (0)