Skip to content

Commit 683bd23

Browse files
committed
Clarify dependencies.
1 parent 4d5f9f3 commit 683bd23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Julia library for opening a file with the default application determined by the
1111

1212
Many packages implement variations on the same short code snippet. This package maintains a version that can be shared or tested.
1313

14+
This package intends to be very lightweight, and has no dependencies. Nevertheless, if you still don't want to use this as a dependency, you can of course also copy the code of `DefaultApplication.open()` to another package, but then you will have to repeat this to keep up with bugfixes and developments.
15+
1416
## Usage
1517

1618
```julia

0 commit comments

Comments
 (0)