mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
* Simplify Windows development docs This PR simplifies the Windows development setup documentation, specifically: * Uses `winget` for installing pre-requisites. This is installed by default on modern windows and is now the "standard" package manager. * Use clj-msi to install clj.exe, rather than the clojure-tools powershell module. This allows the build to work without modifying package.json * Remove build instructions that are out of date and now inconsistent with the develop-logseq.md doc. * Update develop-logseq-on-windows.md Include scoop and chocolately instructions, explicitly redirect to develop-logseq.md for build info.