branch: elpa/gnu-indent commit 95ffb0e043bebcdd10fd7412b24d22ad9f6e3454 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Fix typos in README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 66055a4d18..c03cb021bd 100644 --- a/README.org +++ b/README.org @@ -11,16 +11,16 @@ GNU Indent supports C, C++ is also partially supported. * Installation -* Package +** Package Add MELPA to ~package-archives~ then =M-x package-install RET gnu-indent=. -* Quelpa +** Quelpa Do =M-x quelpa RET gnu-indent=, Quelpa should get the recipe from MELPA and install it. -* Straight.el +** Straight.el Put this in ~(straight-use-package 'gnu-indent)~ your init file, Straight.el should get the recipe from MELPA and install it.