mirror of
https://github.com/microsoft/edit.git
synced 2026-06-13 03:05:13 -05:00
This PR adds tools/install.sh and a small README section to provide a single-line Linux install (curl | bash) that builds Edit from source across popular distros. It does not modify Edit’s code. Instead, it prepares the system so Edit’s existing ICU-based search works reliably by ensuring unversioned ICU SONAMEs are discoverable at runtime. This resolves issue #616. --------- Co-authored-by: Leonard Hecker <leonard@hecker.io>