sotch-pr35mac / syng

A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
https://getsyng.com
GNU General Public License v3.0
156 stars 24 forks source link

Incomplete installation instructions #224

Open gubikmic opened 1 year ago

gubikmic commented 1 year ago

Just putting this here to potentially save you some time

Install Rust make sure it's in your PATH, have to do that manually when using the Fish shell [^1]

Install Tauri CLI cargo install tauri-cli and now you can run cargo tauri dev

Before that you still have to install the other dependencies as listed in the Makefile:

git submodule update --init
npm install --include=dev

Thanks @sotch-pr35mac this app looks great!!

[^1]: (add fish_add_path $HOME/.cargo/bin to ~/.config/fish/config.fish)