Skip to content

Commit d4dc0fb

Browse files
committed
Updated installation instructions
1 parent 4325d70 commit d4dc0fb

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ About
2222
-----
2323
A cozy fireplace for emacs.
2424

25-
Installation
26-
------------
25+
Usage
26+
-----
2727

28-
Download ``fireplace.el`` and place it somewhere in your ``.emacs.d`` directory, say in ``.emacs.d/fireplace/``.
29-
Compile the file using ``M-x byte-compile-file``.
30-
Put ``(load "~/.emacs.d/fireplace/fireplace")`` in your init file (``.emacs``).
31-
Note that there is a significant performance difference between the compiled and non-compiled fireplace.
28+
After you installed the `fireplace` package from `melpa<http://melpa.org/#/>`_
29+
you can start the fire using ``M-x fireplace``.
3230

3331

34-
You can start the fire using ``M-x fireplace``.
3532
The fireplace will try to fill the current window with a new buffer.
3633
To put the fire out use ``M-x fireplace-off`` or hotkey ``q``.
3734

@@ -47,6 +44,17 @@ Key bind Function
4744

4845
Use ``M-x customize-group RET fireplace RET`` to view and change the user defined variables and read their documentation.
4946

47+
Manual Installation
48+
------------
49+
50+
If ever you don't want to use melpa to install this package, follow this steps:
51+
52+
Download ``fireplace.el`` and place it somewhere in your ``.emacs.d`` directory, say in ``.emacs.d/fireplace/``.
53+
Compile the file using ``M-x byte-compile-file``.
54+
Put ``(load "~/.emacs.d/fireplace/fireplace")`` in your init file (``.emacs``).
55+
Note that there is a significant performance difference between the compiled and non-compiled fireplace.
56+
57+
5058
Acknowledgment
5159
--------------
5260

0 commit comments

Comments
 (0)