Update instructions in khoj.el to install it from MELPA stable

- The instructions suggest installing khoj-assistant via pip install.
  This installs the latest tagged/release version of khoj
- To match that version user should install khoj.el from MELPA stable
  instead of MELPA
This commit is contained in:
Debanjum Singh Solanky 2022-12-23 19:08:38 -03:00
parent d3e175370f
commit 08dc5e3324

View file

@ -41,8 +41,8 @@
;; pip install khoj-assistant
;; 2. Start, Configure Khoj Server
;; khoj
;; 3. Install khoj.el
;; (use-package khoj :bind ("C-c s" . 'khoj))
;; 3. Install khoj.el from MELPA Stable
;; (use-package khoj :pin melpa-stable :bind ("C-c s" . 'khoj))
;;; Code: