mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
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:
parent
d3e175370f
commit
08dc5e3324
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue