Skip to content

Commit 669acd7

Browse files
committed
Update README
1 parent a251b4d commit 669acd7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ironclust-compiled/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Licenses for Matlab and toolboxes are needed only for compiling ironclust as Sta
2828
- Set Matlab's workspace folder to: `<local-path-to-project>/ironclust/matlab`
2929
- Open Matlab's `Application Compiler` (located in `APPS` Tab)
3030
- Click on `+` sign in Add Main File, Select `p_ironclust.m` and Click Open
31-
- In the section `Files installed for your end user`, click on `+` sign button and Select all files (some might not be needed, but we haven't tested removing them), also select the following folders: `prb` and `prb_json`. Click Open
32-
- On Application Compiler window, Click on Package, Save the `p_ironclust.prj` file and wait for Matlab to Compile the project. A folder (named `p_ironclust` by default) with compiled files will be generated.
31+
- In the section `Files required for your application to run`, click on `+` sign button and Select all files (some might not be needed, but we haven't tested removing them), also select the following folders: `prb` and `prb_json`. Click Open
32+
- On Application Compiler window, Click on `Package`, Save the `p_ironclust.prj` file and wait for Matlab to Compile the project. A folder (named `p_ironclust` by default) with compiled files will be generated.
3333

3434

3535
## Generating Base Docker Image
@@ -45,12 +45,12 @@ The Dockerfile in this folder applies some fixes and updates to the base image g
4545

4646
- In your terminal, go to the current folder:
4747
```
48-
$ cd <local-path-to-project>/spikeinterface-dockerfiles/ironclust
48+
$ cd <local-path-to-project>/spikeinterface-dockerfiles/ironclust-compiled
4949
```
5050

51-
- Run docker build:
51+
- Run build script:
5252
```
53-
$ docker build -t spikeinterface/ironclust .
53+
$ source build.sh
5454
```
5555

5656

0 commit comments

Comments
 (0)