mirror of
https://github.com/mickael-menu/zk
synced 2024-11-13 01:10:43 +00:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
# Local notebook configuration should be optional.
|
|
# https://github.com/mickael-menu/zk/issues/20
|
|
|
|
1$ zk index -q
|
|
2>zk: error: failed to open notebook: no notebook found in {{working-dir}} or a parent directory
|
|
|
|
$ mkdir .zk
|
|
|
|
$ zk index -q 2> /dev/null
|
|
|