Skip to content

Commit 355dfd5

Browse files
committed
Update README and improve macOS installer output
1 parent 5ecfcaf commit 355dfd5

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ To verify the default `bambustudioopen` handler, run:
147147
slicer-uri-bridge test
148148
```
149149

150+
## Known Limitations
151+
152+
On Windows, OrcaSlicer re-registers the `orcaslicer://` URI scheme to itself on every launch. Registering this scheme to the bridge only makes sense if you do not use OrcaSlicer.
153+
150154
## Supported URI Formats
151155

152156
Supported URI formats include:

install-macos.sh

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,21 @@ main() {
171171

172172
cat <<EOF
173173
174-
Done.
174+
Done! Slicer URI Bridge is installed.
175175
176-
Command:
177-
slicer-uri-bridge
176+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
178177
179-
Config:
180-
${HOME}/.config/slicer-uri-bridge/config.toml
178+
📌 Command: slicer-uri-bridge
179+
⚙️ Config: ~/.config/slicer-uri-bridge/config.toml
180+
📂 Logs: ~/.config/slicer-uri-bridge/launcher.log
181+
~/.config/slicer-uri-bridge/bridge.log
182+
🧪 Test: slicer-uri-bridge test
181183
182-
Logs:
183-
${HOME}/.config/slicer-uri-bridge/launcher.log
184-
${HOME}/.config/slicer-uri-bridge/bridge.log
184+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
185185
186-
Test:
187-
slicer-uri-bridge test
186+
⚠️ If "slicer-uri-bridge" is not found, open a new Terminal window.
187+
🔄 To update later, just run this installer again.
188188
189-
Installed environment:
190-
${VENV}
191-
192-
If "slicer-uri-bridge" is not found, open a new Terminal window.
193-
194-
To update later, run this installer again.
195189
EOF
196190
}
197191

0 commit comments

Comments
 (0)