-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Running
$ git clone $MNEMONIC
$ cd mnemonic
$ sudo make install
find: illegal option -- t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
install -m 0755 -v ./target/release/mn /usr/local/bin/mn
install: ./target/release/mn -> /usr/local/bin/mn
cp /mn.1 /usr/local/share/man/man1/mn.1
cp: /mn.1: No such file or directory
make: *** [install] Error 1
I thought this had to do with the Cargo build, but it seems to be about install the manpages.
Anyways, I think I will use this to replace my usage of MacOS Notes.App
, thanks for making it!