Closed marcomicera closed 4 years ago
The -t flag for the install command is not available on macOS. I'm hence adopting:
-t
install
install [OPTION]... SOURCE... DIRECTORY
Instead of:
install [OPTION]... -t DIRECTORY SOURCE...
(source).
Closing this PR since it's already fixed with https://github.com/QMSTR/qmstr/pull/510
The
-t
flag for theinstall
command is not available on macOS. I'm hence adopting:Instead of:
(source).