branch: elpa/subed
commit 42199ebff2fda4f2afd6fc10cab9db6da0d31a77
Author: Random User <rnd...@posteo.de>
Commit: Random User <rnd...@posteo.de>

    Workaround for GitHub's lack of support for ~~/path/in/home~
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index fbe1a67..38cc1a7 100644
--- a/README.org
+++ b/README.org
@@ -36,7 +36,7 @@ subed is still alpha software.  Expect it to kill your Emacs 
session.
 
 ** Installation
    For now, you have to install it manually.  For example, copy ~subed/*.el~ to
-   ~~/.emacs.d/elisp/~ and add ~~/.emacs.d/elisp/~ to your ~load-path~.
+   ~$HOME/.emacs.d/elisp/~ and add ~$HOME/.emacs.d/elisp/~ to your ~load-path~.
 
    #+BEGIN_SRC elisp
    (use-package subed

Reply via email to