diff options
| author | Glenn Morris | 2018-09-14 08:54:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-09-14 08:54:28 -0700 |
| commit | 24f240d51e0da1d36950907a753273ecd8ea2075 (patch) | |
| tree | e0151753eb3314c2cd6d40c513e447ca6b890f69 /doc/misc | |
| parent | 41c2d25912fdd7b9adb5c550618335158a0b9d97 (diff) | |
| download | emacs-24f240d51e0da1d36950907a753273ecd8ea2075.tar.gz emacs-24f240d51e0da1d36950907a753273ecd8ea2075.zip | |
Tiny doc updates re yum/dnf etc
* INSTALL: Mention dnf and Debian unversioned emacs package.
* doc/misc/efaq.texi (Installing Emacs): Mention dnf.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 69a1a6d4652..8bdd40c71cf 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3362,8 +3362,9 @@ and binaries, and how to install Emacs on those systems. | |||
| 3362 | 3362 | ||
| 3363 | Most GNU/Linux distributions provide pre-built Emacs packages. | 3363 | Most GNU/Linux distributions provide pre-built Emacs packages. |
| 3364 | If Emacs is not installed already, you can install it by running (as | 3364 | If Emacs is not installed already, you can install it by running (as |
| 3365 | root) a command such as @samp{yum install emacs} (Red Hat and | 3365 | root) a command such as @samp{dnf install emacs} (Red Hat and |
| 3366 | derivatives) or @samp{apt-get install emacs} (Debian and derivatives). | 3366 | derivatives; use @samp{yum} in older distributions) or |
| 3367 | @samp{apt-get install emacs} (Debian and derivatives). | ||
| 3367 | 3368 | ||
| 3368 | If you want to compile Emacs yourself, read the file @file{INSTALL} in | 3369 | If you want to compile Emacs yourself, read the file @file{INSTALL} in |
| 3369 | the source distribution. In brief: | 3370 | the source distribution. In brief: |