docs: Add readme

This commit is contained in:
Philip Gaber 2025-06-05 16:56:24 +02:00
parent 33f4657501
commit 94ec3f0eef
No known key found for this signature in database
GPG Key ID: 8D49EBCA3F8B797C
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -22,6 +22,7 @@
!minimal.el
!test/
!test/**
!README.org
# Ignore again
# *~undo-tree~
# *~undo-tree~

5
README.org Normal file
View File

@ -0,0 +1,5 @@
* How To Use
#+begin_src sh :results output scalar
ln -sf <THIS_REPO> ~/.emacs.d
#+end_src