Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 6247c9b

Browse files
author
acbetter
committed
rename
1 parent 62c28a4 commit 6247c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Convert MATLAB Help Document to Docset for Dash.app to use.
66

77
## How to Use?
88

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).
1010

1111
Then open `Termainal.app` and input this command:
1212

1313
```shell
14-
chmod +x matlab2docset && ./matlab2docset
14+
chmod +x matlab2dash && ./matlab2dash
1515
```
1616

1717
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
2424

2525
## Contact && Bugs Report
2626

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!
2828

2929
## LICENSE
3030

matlab2docset.py renamed to matlab2dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_matlab_docset_path():
2626
else:
2727
matlab_version = matlab_version[0]
2828
print('Auto-script find only one matlab: {}'.format(matlab_version))
29-
print('Building index... Please Wait...')
29+
print('\nBuilding index... It may take a long time... Please wait for a minute...\n')
3030

3131
docs_src_path = os.path.join('/Applications', matlab_version, 'help')
3232
download_path = os.path.join('/Users', getpass.getuser(), 'Downloads')

0 commit comments

Comments
 (0)