Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 868 Bytes

INSTALLATION.md

File metadata and controls

25 lines (21 loc) · 868 Bytes

Install

  1. This app doesn't build on Windows, unfortunately. It's so due to tuikit/skim not buildings on Windows

  2. Install the binary itself.

cargo install --locked mds 
  1. 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
  1. 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)
  1. Check your config got correctly fetched up.
mds debug-cfg
  1. Initialize .sqlite database in your notes folder with
mds init