Skip to content

Commit 6b2746d

Browse files
committed
Update README.md
1 parent d069829 commit 6b2746d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Current features include:
2727
All functions tested in Windows on the latest Office at that moment in time.
2828

2929
The add in will work in OS X, with some minor issues:
30-
* Some icons will not show correctly in the ribbon (underlying functionality will work). Custom icons for Instrumenta are on the backlog.
30+
* Some icons are not the same as in the Windows-version. Microsoft Office does not support all icons from Windows on the Mac platform.
3131
* *Export to E-mail (as PPT or PDF)*, *Export storyline to Word* and *Export slide notes to Word* are supported but require installation of an AppleScript-file due to OS X sandbox. See installation instructions below.
3232

3333
As stated in the license: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -42,7 +42,7 @@ Instrumenta is a Visual Basic for Applications (VBA) add-in that can be installe
4242

4343
## Windows
4444
You can save the add-in to your PC and then install the add-in by adding it to the Available Add-Ins list:
45-
- Download the add-in file (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
45+
- Download the add-in file in the latest release (https://github.com/iappyx/Instrumenta/releases/download/1.0/Instrumenta.Powerpoint.Toolbar.ppam) or the latest beta (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
4646
- Open Powerpoint, click the File tab, and then click Options
4747
- In the Options dialog box, click Add-Ins.
4848
- In the Manage list at the bottom of the dialog box, click PowerPoint Add-ins, and then click Go.
@@ -55,14 +55,14 @@ You can save the add-in to your PC and then install the add-in by adding it to t
5555

5656
## Mac
5757
You can save the add-in to your Mac and then install the add-in by adding it to the Add-Ins list:
58-
- Download the add-in file (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
58+
- Download the add-in file in the latest release (https://github.com/iappyx/Instrumenta/releases/download/1.0/Instrumenta.Powerpoint.Toolbar.ppam) or the latest beta (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
5959
- Open Powerpoint, click Tools in the application menu, and then click Add-ins...
6060
- In the Add-Ins dialog box, click the + button, browse for the add-in file, and then click Open.
6161
- Click Ok to close the Add-ins dialog box
6262
- There now should be an "Instrumenta" page in the Powerpoint ribbon
6363

6464
Additional optional steps to enable export to Outlook and Word:
65-
- Download the AppleScript file (https://github.com/iappyx/Instrumenta/raw/main/bin/InstrumentaAppleScriptPlugin.applescript)
65+
- Download the AppleScript file (https://github.com/iappyx/Instrumenta/releases/download/1.0/InstrumentaAppleScriptPlugin.applescript)
6666
- Copy the AppleScript file to *~/Library/Application Scripts/com.microsoft.Powerpoint/*
6767
- Please note that this is in the library folder of the *current user*. If the folder does not exist, create it.
6868
- In some cases a reboot of your Mac might be required

0 commit comments

Comments
 (0)