From d7c59ba4b25efe6ecd1a79fa1214d29da3548d92 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Jun 2021 18:37:46 +0100 Subject: [PATCH] docs(readme): update CLI usage section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2566cff..b29ed04 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,12 @@ repository. ## Use Emacs.app as `emacs` CLI Tool Builds come with a custom `emacs` shell script launcher for use from the command -line. It makes sure to use the main `Emacs.app/Contents/MacOS/Emacs` executable -from the correct path, ensuring it finds all the relevant dependencies within -the Emacs.app bundle. +line, located next to `emacsclient` in `Emacs.app/Contents/MacOS/bin`. + +The custom `emacs` script makes sure to use the main +`Emacs.app/Contents/MacOS/Emacs` executable from the correct path, ensuring it +finds all the relevant dependencies within the Emacs.app bundle, regardless of +it it's exposed via `PATH` or symlinked to from elsewhere. To use it, simply add `Emacs.app/Contents/MacOS/bin` to your `PATH`. For example, if you place Emacs.app in `/Applications`: