Skip to content

Commit a803c23

Browse files
authored
Add workaround details
1 parent f37c98d commit a803c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ results, but not when reporting the colocalized/noncolocalized cluster subsets.
4343
Troubleshooting
4444
================
4545
- If you encounter an error, you may need to restart the Julia session.
46-
- There is currently an issue on some Mac computers where the file selection dialog is broken. Instead, you could collect a list of file paths separated by quotation marks and spaces and paste it into the box. E.g. `"/path/to/file1.txt" "/path/to/file2.txt"`
46+
- There is currently an issue on some Mac computers where the file selection dialog is broken. As a workaround, you could collect a list of file paths separated by quotation marks and spaces and paste it into the box. E.g. `"/path/to/file1.txt" "/path/to/file2.txt"` Alternatively, you can directly provide an array of filenames to the observable tracking them as follows: `ClusDoC.inputfiles[] = ["/path/to/file1.txt", "/path/to/file2.txt"]`

0 commit comments

Comments
 (0)