Skip to content

Commit 555bc58

Browse files
committed
docs: Mention installing from MELPA.
1 parent 75a9e2a commit 555bc58

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Install Turtles:
5353
(eldev-use-vc-repository 'turtles :github "szermatt/turtles" :commit "1.0.0")
5454
```
5555

56+
- from [MELPA](https://melpa.org/#/getting-started), by typing `M-x
57+
package-install turtles`. Note that there's no practical difference
58+
between the stable and unstable melpa package, as development
59+
happens on a branch. You'll always get the latest release.
60+
5661
Turtles requires Emacs 26.1 or later. Emacs 29.1 or later is recommended.
5762

5863
## How it works

docs/source/install.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Install Turtles:
1717
(use-package turtles
1818
:straight (:type git :repo "https://github.com/szermatt/turtles.git"))
1919
20+
- from `MELPA <https://melpa.org/#/getting-started>`_, by typing `M-x
21+
package-install turtles`.
22+
23+
Note that there's no practical difference between the stable and
24+
unstable MELPA package, as development happens on a branch. Both
25+
stable and unstable include the latest release of the code, unstable
26+
may contain a more recent version of the .info doc.
27+
2028
- the old-fashioned way, copying the .el files from into your
2129
:file:`.emacs.d` directory.
2230

turtles.texi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@ from source, using an alternative package managers, such as straight@footnote{ht
164164
:straight (:type git :repo "https://github.com/szermatt/turtles.git"))
165165
@end example
166166

167+
@item
168+
from MELPA@footnote{https://melpa.org/#/getting-started}, by typing @cite{M-x package-install turtles}.
169+
170+
Note that there’s no practical difference between the stable and
171+
unstable MELPA package, as development happens on a branch. Both
172+
stable and unstable include the latest release of the code, unstable
173+
may contain a more recent version of the .info doc.
174+
167175
@item
168176
the old-fashioned way, copying the .el files from into your
169177
@code{.emacs.d} directory.

0 commit comments

Comments
 (0)