mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Add Upgrade instructions for Khoj.el Readme. Fix version of khoj.el
This commit is contained in:
@@ -51,3 +51,18 @@
|
|||||||
Include/Exclude specific words or date range from results by updating query with below query format
|
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"`
|
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>
|
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
|
||||||
;; Description: Natural, Incremental Search for your Second Brain
|
;; Description: Natural, Incremental Search for your Second Brain
|
||||||
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
|
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
|
||||||
;; Version: 0.2.0
|
;; Version: 0.2.1
|
||||||
;; Package-Requires: ((emacs "27.1"))
|
;; Package-Requires: ((emacs "27.1"))
|
||||||
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs
|
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user