You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ Convert MATLAB Help Document to Docset for Dash.app to use.
6
6
7
7
## How to Use?
8
8
9
-
Open our [releases page](https://github.com/acbetter/matlab2dash/releases) and download the [binary file (about 10 MB)](https://github.com/acbetter/matlab2dash/releases/download/v1.1/matlab2docset).
9
+
Open our [releases page](https://github.com/acbetter/matlab2dash/releases) and download the [binary file (about 10 MB)](https://github.com/acbetter/matlab2dash/releases/download/v1.1/matlab2dash).
10
10
11
11
Then open `Termainal.app` and input this command:
12
12
13
13
```shell
14
-
chmod +x matlab2docset&& ./matlab2docset
14
+
chmod +x matlab2dash&& ./matlab2dash
15
15
```
16
16
17
17
Please wait for a minutes...
@@ -24,7 +24,7 @@ Why 1.6 GB? Because of the new verison Dash doesn't support `os.symlink` feature
24
24
25
25
## Contact && Bugs Report
26
26
27
-
Please post bugs and issues on [github](https://github.com/acbetter/matlab2docset/issues). Thank you!
27
+
Please post bugs and issues on [github](https://github.com/acbetter/matlab2dash/issues). Thank you!
0 commit comments