branch: elpa/eldoc-mouse
commit 54ec51b14b87484684788fa7d999eaffc0f4baa7
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/README.md b/README.md
index afe72e088e6..e2bbb4c76fc 100644
--- a/README.md
+++ b/README.md
@@ -10,21 +10,7 @@
## Installation
-To install `eldoc-mouse`, you need to have `eldoc-box` and `eglot` installed.
You can install the package from MELPA:
-
-1. Add MELPA to your package archives if you haven't already:
- ```elisp
- (require 'package)
- (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")
t)
- (package-initialize)
- ```
-
-2. Install `eldoc-mouse` from MELPA:
- ```elisp
- M-x package-install RET eldoc-mouse RET
- ```
-
-Alternatively, if you want to install the package manually, you can clone this
repository and load it into your Emacs configuration:
+Clone this repository and load it into your Emacs configuration:
```sh
git clone https://github.com/huangfeiyu/eldoc-mouse.git