Skip to content

Commit 23f37ec

Browse files
authored
Update README
1 parent ee42146 commit 23f37ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Streams one channel of continuous data from the Open Ephys GUI to a live Matlab
77

88
## Installation
99

10-
(Coming soon)
11-
10+
This plugin can be added via the Open Ephys GUI Plugin Installer. To access the Plugin Installer, press **ctrl-P** or **⌘P** from inside the GUI. Once the installer is loaded, browse to the "Matlab Interface" plugin and click "Install."
1211

1312
## Usage
1413

@@ -188,7 +187,7 @@ Once you have designed your class, you can call it from the Matlab command windo
188187

189188
First, follow the instructions on [this page](https://open-ephys.github.io/gui-docs/Developer-Guide/Compiling-the-GUI.html) to build the Open Ephys GUI.
190189

191-
**Important:** This plugin is intended for use with the pre-release core application, version 0.6.0. The GUI should be compiled from the [`development-juce6`](https://github.com/open-ephys/plugin-gui/tree/development-juce6) branch, rather than the `master` branch.
190+
**Important:** This plugin is intended for use with the latest version of the GUI (0.6.0 and higher). The GUI should be compiled from the [`main`](https://github.com/open-ephys/plugin-gui/tree/main) branch, rather than the former `master` branch.
192191

193192
Then, clone this repository into a directory at the same level as the `plugin-GUI`, e.g.:
194193

@@ -233,7 +232,7 @@ make -j
233232
make install
234233
```
235234

236-
This will build the plugin and copy the `.so` file into the GUI's `plugins` directory. The next time you launch the GUI compiled version of the GUI, the Matlab Interface plugin should be available.
235+
This will build the plugin and copy the `.so` file into the GUI's `plugins` directory. The next time you launch the compiled version of the GUI, the Matlab Interface plugin should be available.
237236

238237

239238
### macOS

0 commit comments

Comments
 (0)