Skip to content

Commit d9116d0

Browse files
author
Anmol Jagetia
committed
Adds installation instructions
1 parent 88a6464 commit d9116d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.org

+19
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,22 @@ This node package is required and needs to be available in path for the layer to
1212

1313
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.
1414

15+
** Installation
16+
17+
To install the layer, clone it into the private repo:
18+
19+
#+begin_src bash
20+
git clone https://github.com/anmoljagetia/leetcode-emacs-layer.git ~/.emacs.d/private/myleetcode
21+
#+end_src
22+
23+
Once the layer has been cloned, add it to the =dotspacemacs-configuration-layers= like the following:
24+
25+
#+begin_src elisp
26+
dotspacemacs-configuration-layers
27+
'(
28+
myleetcode
29+
.
30+
.
31+
.
32+
33+
#+end_src

0 commit comments

Comments
 (0)