From e7eb1a0ca732345f2af60ce59fd831282bf4940a Mon Sep 17 00:00:00 2001 From: Darcy Parker <945058+darcyparker@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:04:43 -0500 Subject: [PATCH] Add instructions to create neovide.app for MacOS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 606df25..858e8a6 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,9 @@ $ scoop install neovide 5. `cd neovide` 6. `cargo build --release` 7. Copy `./target/release/neovide` to a known location and enjoy. +8. `cargo install cargo-bundle` +9. `cargo bundle --release` +10. Copy `./target/release/bundle/osx/neovide.app` to `~/Applications` and enjoy. ### Linux