mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 16:14:21 +00:00
Add Upgrade instructions for Khoj.el Readme. Fix version of khoj.el
This commit is contained in:
parent
65917eb5c9
commit
da17ff6ac8
2 changed files with 16 additions and 1 deletions
|
@ -51,3 +51,18 @@
|
|||
Include/Exclude specific words or date range from results by updating query with below query format
|
||||
|
||||
e.g `What is the meaning of life? -god +none dt:"last week"`
|
||||
|
||||
** Upgrade
|
||||
Use your Emacs package manager to upgrade `khoj.el`
|
||||
|
||||
- For `khoj.el` from MELPA
|
||||
- Method 1
|
||||
- Run `M-x package-list-packages` to list all packages
|
||||
- Press `U` on `khoj` to mark it for upgrade
|
||||
- Press `x` to execute the marked actions
|
||||
- Method 2
|
||||
- Run `M-x package-refresh-content`
|
||||
- Run `M-x package-reinstall khoj`
|
||||
|
||||
- For `khoj.el` from Straight
|
||||
- Run `M-x straight-pull-package khoj`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
|
||||
;; Description: Natural, Incremental Search for your Second Brain
|
||||
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
|
||||
;; Version: 0.2.0
|
||||
;; Version: 0.2.1
|
||||
;; Package-Requires: ((emacs "27.1"))
|
||||
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue