Skip to content

Commit

Permalink
Adds installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol Jagetia committed Apr 17, 2019
1 parent 88a6464 commit d9116d0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.org
Expand Up @@ -12,3 +12,22 @@ This node package is required and needs to be available in path for the layer to

The layer uses the ctable package to display eveything in a table and uses the names package to excapsulate everything in namespaces since ELisp doesn't directly support namespaces.

** Installation

To install the layer, clone it into the private repo:

#+begin_src bash
git clone https://github.com/anmoljagetia/leetcode-emacs-layer.git ~/.emacs.d/private/myleetcode
#+end_src

Once the layer has been cloned, add it to the =dotspacemacs-configuration-layers= like the following:

#+begin_src elisp
dotspacemacs-configuration-layers
'(
myleetcode
.
.
.

#+end_src

0 comments on commit d9116d0

Please sign in to comment.