emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruber-darker-theme 09ea096d8d 028/121: Updated README.md


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme 09ea096d8d 028/121: Updated README.md
Date: Mon, 12 Dec 2022 21:00:07 -0500 (EST)

branch: elpa/gruber-darker-theme
commit 09ea096d8dcfdb5f8b4de4f5a793267a50af4fbe
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Updated README.md
---
 README.md | 35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 1a58add50f..cf2f8de515 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,23 @@ deftheme and extended by Alexey Kutepov a.k.a. rexim.
 
 # Installation
 
-You can use built-in package manager (package.el) or do all by your
-hands.
+You can use built-in package manager (package.el) or do everything by
+your hands.
 
-## Package.el
+## Using package manager
 
-Enable marmalade package repo if needed — add the following to your
-emacs config file (.emacs, init.el, whatever):
+This theme is available on two repositories:
+[MELPA](http://melpa.milkbox.net/) and
+[Marmalade](http://marmalade-repo.org/). Add the following to your
+emacs config file somewhere (.emacs, init.el, whatever)
+
+```
+(require 'package)
+(add-to-list 'package-archives
+             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+```
+
+for [MELPA](http://melpa.milkbox.net/), or
 
 ```
 (require 'package)
@@ -20,12 +30,17 @@ emacs config file (.emacs, init.el, whatever):
              '("marmalade" . "http://marmalade-repo.org/packages/";) t)
 ```
 
+for [Marmalade](Http://marmalade-repo.org/).
+
+I personally prefer [MELPA](http://melpa.milkbox.net/), 'cause it
+hourly updates its packages from upstream source.
+
 Then use `M-x package-install RET gruber-darker-theme RET` to install
 the theme. Use `M-x customize-themes` to change your current theme.
 
-## Manual
+## Manual old fashioned way
 
-Download the theme to a local directory. You can do it through `git
+Download the theme to your local directory. You can do it through `git
 clone` command:
 
 ```
@@ -33,8 +48,8 @@ git clone git://github.com/rexim/gruber-darker-theme.git
 ```
 
 Then add path to gruber-darker-theme to custom-theme-load-path list —
-add the following to your emacs config file (.emacs, init.el,
-whatever):
+add the following to your emacs config file somewhere (.emacs,
+init.el, whatever):
 
 ```
 (add-to-list 'custom-theme-load-path
@@ -45,4 +60,4 @@ Use `M-x customize-themes` to change your current theme.
 
 # Screenshot
 
-![gruber-darker-theme](http://i.imgur.com/8dY71hX.png)
\ No newline at end of file
+![gruber-darker-theme](http://i.imgur.com/8dY71hX.png)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]