branch: elpa/gruvbox-theme
commit fb4f0a2dd3d146678fee3bf4d7bfce1c8e7cbd00
Merge: 87a59d8c3a 1cf4ed6216
Author: Eduardo Lavaque <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #106 from tag-them/master
Fix curl command in README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 94dbdc98c5..01a111dc31 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ The following instructions are for in the case where you
don't have access to
1. Download `gruvbox-theme.el`, and put it in `~/.emacs.d/themes`. For example:
```shell
- curl
https://raw.github.com/Greduan/emacs-theme-gruvbox/master/gruvbox-theme.el >
~/.emacs.d/themes/gruvbox-theme.el
+ curl -L
https://raw.github.com/Greduan/emacs-theme-gruvbox/master/gruvbox-theme.el >
~/.emacs.d/themes/gruvbox-theme.el
```
1. Tell Emacs where to find themes in your `init.el` or `.emacs` file: