-
This app doesn't build on Windows, unfortunately. It's so due to tuikit/skim not buildings on Windows
-
Install the binary itself.
cargo install --locked mds
- Install external commands used in default config, besides
firefox
, which is the default browser for opening links, by running install_dependencies.sh
wget -O - https://raw.githubusercontent.com/dj8yfo/mds/master/install_dependencies.sh | bash
- Create config at
$HOME/.config/mds/config.kdl
with content.
- Edit the folder, where you'd like to put notes on your system. (Replace
/home/user/notes
default value)
- Check your config got correctly fetched up.
mds debug-cfg
- Initialize .sqlite database in your notes folder with
mds init