Skip to content

Commit

Permalink
Changed matlab2 to matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
cafarm committed Aug 1, 2016
1 parent 1e0af69 commit 6902a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Symphony is a MATLAB based data acquisition system for electrophysiologists. It

## Clone

`git clone https://github.com/Symphony-DAS/symphony-matlab2.git --recursive`
`git clone https://github.com/Symphony-DAS/symphony-matlab.git --recursive`

**Note:** You must use the `--recursive` option to recursively clone all submodules.

Expand All @@ -16,7 +16,7 @@ Matlab functions in the root directory are used to build the project. The script
- `package`: package the project into a .mlappinstall file
- `install`: install the packaged product into Matlab

Similar to the [Maven Build Lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html), each phase will execute all phases before it (i.e. running `install` will execute `test`, `package`, `install`). In addition there is a `site` script to generate the project's documentation from the [wiki](https://github.com/Symphony-DAS/symphony-matlab2/wiki).
Similar to the [Maven Build Lifecycle](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html), each phase will execute all phases before it (i.e. running `install` will execute `test`, `package`, `install`). In addition there is a `site` script to generate the project's documentation from the [wiki](https://github.com/Symphony-DAS/symphony-matlab/wiki).

## Directory Structure

Expand Down
2 changes: 1 addition & 1 deletion src/main/matlab/+symphonyui/+app/App.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

function r = repo()
r = 'symphony-matlab2';
r = 'symphony-matlab';
end

function u = documentationUrl()
Expand Down

0 comments on commit 6902a89

Please sign in to comment.